Skip to content

Commit

Permalink
fix: chart demo code
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Nov 14, 2019
1 parent fc45854 commit 213a4bd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions examples/point/chartmap/demo/chart.js
Original file line number Diff line number Diff line change
@@ -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',
Expand Down Expand Up @@ -137,5 +138,3 @@ const scene = new Scene({
// });

// });


0 comments on commit 213a4bd

Please sign in to comment.