zerohu

Results 1 issues of zerohu

**IDE效果** ![image](https://user-images.githubusercontent.com/14057313/72582615-46550300-391e-11ea-85e8-32a22050f2f0.png) **真机效果** ![image](https://user-images.githubusercontent.com/14057313/72582656-6a184900-391e-11ea-972e-06499e0f2589.png) **js代码** ```js Page({ data: {}, // 折线图函数 onInitLineChart (F2, config) { const chart = new F2.Chart(config); const data = [ { value: 63.4, city: 'New York',...