We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80b827e commit 763f44eCopy full SHA for 763f44e
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