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 49563d3 commit bbac925Copy full SHA for bbac925
src/types.ts
@@ -14,7 +14,7 @@ export type EventTarget = EChartsType | ZRenderType;
14
type SetOptionType = EChartsType["setOption"];
15
export type Option = Parameters<SetOptionType>[0];
16
17
-export type UpdateOptions = Omit<SetOptionOpts, "notMerge">;
+export type UpdateOptions = SetOptionOpts;
18
export type UpdateOptionsInjection =
19
| UpdateOptions
20
| null
0 commit comments