app教程
app教程
如图 
### 🐛 Bug description qq浏览器版本  复现链接:https://g2plot.antv.vision/zh/examples/line/basic#line 如图 
**bug描述** uni微信小程序端type=“2d”在模拟器运行正常,真机失效 **复现过程** ``` import lottie from 'lottie-miniapp' export default { onReady() { this.createSelectorQuery() .select('#matching') .fields({ node: true, size: true }) .exec(async res => { const canvas = res[0].node const...
``` local _M = { version = 0.1, -- 插件版本 name = "set_user" -- 插件名称 } -- 返回header阶段过滤函数 function _M.resp_header_filter(waf) ngx.header["X-User"] = "test" end return _M ```  
设置timeCat,brush-x无法使用 ### 📷 Step to reproduce ``` import { Line } from '@antv/g2plot'; fetch('https://gw.alipayobjects.com/os/bmw-prod/1d565782-dde4-4bb6-8946-ea6a38ccf184.json') .then((res) => res.json()) .then((data) => { const line = new Line('container', { data, padding: 'auto', xField:...