mirror of https://gitee.com/antv-l7/antv-l7
fix: chart demo code
This commit is contained in:
parent
fc458545aa
commit
213a4bdb60
|
@ -1,6 +1,7 @@
|
||||||
import { Scene } from '@l7/scene';
|
import { Scene } from '@l7/scene';
|
||||||
import { Marker } from '@l7/component'
|
import { Marker } from '@l7/component'
|
||||||
import * as G2Plot from '@antv/g2plot'
|
import G2Plot from '@antv/g2plot'
|
||||||
|
|
||||||
const scene = new Scene({
|
const scene = new Scene({
|
||||||
id: 'map',
|
id: 'map',
|
||||||
type: 'amap',
|
type: 'amap',
|
||||||
|
@ -137,5 +138,3 @@ const scene = new Scene({
|
||||||
// });
|
// });
|
||||||
|
|
||||||
// });
|
// });
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue