mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
perf: Implement Echarts treeshaking (#29874)
This commit is contained in:
committed by
GitHub
parent
db1d77cba2
commit
c220245414
@@ -28,7 +28,7 @@ import {
|
||||
t,
|
||||
tooltipHtml,
|
||||
} from '@superset-ui/core';
|
||||
import { EChartsCoreOption, graphic } from 'echarts';
|
||||
import { EChartsCoreOption, graphic } from 'echarts/core';
|
||||
import {
|
||||
BigNumberVizProps,
|
||||
BigNumberDatum,
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
* under the License.
|
||||
*/
|
||||
|
||||
import { EChartsCoreOption } from 'echarts';
|
||||
import type { EChartsCoreOption } from 'echarts/core';
|
||||
import {
|
||||
ChartDataResponseResult,
|
||||
ContextMenuFilters,
|
||||
|
||||
Reference in New Issue
Block a user