fix: chart demo code

This commit is contained in:
afc163 2019-11-14 23:10:01 +08:00
parent fc458545aa
commit 213a4bdb60
No known key found for this signature in database
GPG Key ID: 5F00908D72002306
1 changed files with 2 additions and 3 deletions

View File

@ -1,6 +1,7 @@
import { Scene } from '@l7/scene';
import { Marker } from '@l7/component'
import * as G2Plot from '@antv/g2plot'
import G2Plot from '@antv/g2plot'
const scene = new Scene({
id: 'map',
type: 'amap',
@ -137,5 +138,3 @@ const scene = new Scene({
// });
// });