diff --git a/src/views/components/element/ChartElement/Chart.vue b/src/views/components/element/ChartElement/Chart.vue index 69d83a10..32570767 100644 --- a/src/views/components/element/ChartElement/Chart.vue +++ b/src/views/components/element/ChartElement/Chart.vue @@ -123,6 +123,7 @@ export default defineComponent({ () => props.width, () => props.height, () => props.data, + () => props.options, slideScale, ], updateChart)