We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 614a969 commit f9720bdCopy full SHA for f9720bd
packages/effects/plugins/src/echarts/use-echarts.ts
@@ -69,7 +69,7 @@ function useEcharts(chartRef: Ref<EchartsUIType>) {
69
70
const renderEcharts = (
71
options: EChartsOption,
72
- clear = true
+ clear = true,
73
): Promise<Nullable<echarts.ECharts>> => {
74
cacheOptions = options;
75
const currentOptions = {
0 commit comments