Skip to content

Commit

Permalink
add justification for noMerge deviation
Browse files Browse the repository at this point in the history
  • Loading branch information
bherbruck committed May 21, 2024
1 parent 1d2964e commit 66b315a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/svelte-echarts/components/Chart.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
export let initOptions: EChartsInitOpts = {}
export let options: EChartsOption
export let notMerge: SetOptionOpts['notMerge'] = true // works better with svelte deviate from echarts default
export let notMerge: SetOptionOpts['notMerge'] = true // deviation from ECharts default, works better with Svelte
export let lazyUpdate: SetOptionOpts['lazyUpdate'] = false
export let silent: SetOptionOpts['silent'] = false
export let replaceMerge: SetOptionOpts['replaceMerge'] = undefined
Expand Down

0 comments on commit 66b315a

Please sign in to comment.