4 lines
166 B
JavaScript
4 lines
166 B
JavaScript
|
|
// Thanks to https://gitee.com/iverson_hu/maptalks-echarts-gl
|
||
|
|
import { use } from 'echarts/lib/echarts';
|
||
|
|
import { install } from './maptalks3D/install';
|
||
|
|
use(install);
|