File tree 7 files changed +1353
-11
lines changed
7 files changed +1353
-11
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ if (window) {
6
6
window . React = require ( 'react' ) ;
7
7
window . ReactDOM = require ( 'react-dom' ) ;
8
8
window . gPluginRoughCanvasRenderer = require ( '@antv/g-plugin-rough-canvas-renderer' ) ;
9
+ ( window as any ) . lilGui = require ( 'lil-gui' ) ;
10
+ ( window as any ) . stats = require ( 'stats.js' ) ;
9
11
// window.f2 = require('./src/index-all.js');
10
12
// window.DataSet = require('@antv/data-set');
11
13
window . lodash = require ( 'lodash' ) ;
Original file line number Diff line number Diff line change @@ -151,7 +151,6 @@ export default defineConfig({
151
151
en : 'Getting Started' ,
152
152
} ,
153
153
link : `/tutorial/getting-started` ,
154
-
155
154
} ,
156
155
{
157
156
text : {
@@ -352,6 +351,7 @@ export default defineConfig({
352
351
<div class="mobile-content">
353
352
<canvas id="container" style="display: block; width: 375px; height: 260px;" />
354
353
</div>
354
+ <div id="mobile-footer"></div>
355
355
</div>
356
356
` ,
357
357
json : {
Original file line number Diff line number Diff line change 29
29
"title" : " 折线图动态排序" ,
30
30
"screenshot" : " https://gw.alipayobjects.com/zos/antfincdn/XjBinPfpXY/line-race.gif"
31
31
},
32
+ {
33
+ "filename" : " player.jsx" ,
34
+ "title" : " 折线图动画" ,
35
+ "screenshot" : " https://gw.alipayobjects.com/zos/finxbff/compress-tinypng/qKUDEeJ7aFiPN4RHxhgbP/Kapture_2024_11_18_at_15_59_55.gif"
36
+ },
32
37
{
33
38
"filename" : " apple-watch.jsx" ,
34
39
"title" : " Apple Watch 健身记录" ,
You can’t perform that action at this time.
0 commit comments