| | |
| | | CanvasRenderer
|
| | | } from 'echarts/renderers'
|
| | | import {
|
| | | BarChart,PieChart,MapChart,EffectScatterChart
|
| | | BarChart,PieChart,MapChart,EffectScatterChart,LineChart |
| | | } from 'echarts/charts'
|
| | | import {
|
| | | GridComponent,
|
| | |
| | | LegendComponent,
|
| | | DatasetComponent,
|
| | | VisualMapComponent,
|
| | | GeoComponent
|
| | | GeoComponent,
|
| | | MarkPointComponent
|
| | | } from 'echarts/components'
|
| | |
|
| | | use([
|
| | | CanvasRenderer,
|
| | | BarChart,PieChart,MapChart,EffectScatterChart,
|
| | | BarChart,PieChart,MapChart,EffectScatterChart,LineChart,
|
| | | GridComponent,
|
| | | LegendComponent,
|
| | | TooltipComponent,
|
| | | TitleComponent,
|
| | | DatasetComponent,
|
| | | VisualMapComponent,
|
| | | GeoComponent
|
| | | GeoComponent,
|
| | | MarkPointComponent
|
| | | ])
|
| | |
|
| | | export const registerEcharts= (app:any)=>{
|