We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2850793 commit 34f86f7Copy full SHA for 34f86f7
site/examples/creative/case/demo/player.jsx
@@ -1,6 +1,6 @@
1
/** @jsx jsx */
2
import { Axis, Canvas, Chart, jsx, Line, Player, RectGuide, TextGuide } from '@antv/f2';
3
-import 'lil-gui';
+import * as lil from 'lil-gui';
4
const context = document.getElementById('container').getContext('2d');
5
const $wrapper = document.getElementById('mobile-footer');
6
const data = [
0 commit comments