mirror of
https://github.com/apache/superset.git
synced 2026-04-24 02:25:13 +00:00
perf: Implement Echarts treeshaking (#29874)
This commit is contained in:
committed by
GitHub
parent
db1d77cba2
commit
c220245414
@@ -16,7 +16,8 @@
|
||||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*/
|
||||
import { EChartsCoreOption, ScatterSeriesOption } from 'echarts';
|
||||
import type { EChartsCoreOption } from 'echarts/core';
|
||||
import type { ScatterSeriesOption } from 'echarts/charts';
|
||||
import { extent } from 'd3-array';
|
||||
import {
|
||||
CategoricalColorNamespace,
|
||||
|
||||
Reference in New Issue
Block a user