We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 71e9548 + d1462ff commit b96b04eCopy full SHA for b96b04e
1 file changed
src/chart/sunburst/sunburstAction.ts
@@ -87,7 +87,7 @@ export function installSunburstAction(registers: EChartsExtensionInstallRegister
87
}
88
89
if (__DEV__) {
90
- deprecateReplaceLog('highlight', 'sunburstHighlight');
+ deprecateReplaceLog('sunburstHighlight', 'highlight');
91
92
93
// Fast forward action
@@ -103,7 +103,7 @@ export function installSunburstAction(registers: EChartsExtensionInstallRegister
103
payload = extend({}, payload);
104
105
106
- deprecateReplaceLog('downplay', 'sunburstUnhighlight');
+ deprecateReplaceLog('sunburstUnhighlight', 'downplay');
107
108
109
api.dispatchAction(extend(payload, {
@@ -112,4 +112,4 @@ export function installSunburstAction(registers: EChartsExtensionInstallRegister
112
113
);
114
115
-}
+}
0 commit comments