LK820 opened a new issue #10456: 折线图只渲染出了点,缺少线条 URL: https://github.com/apache/incubator-echarts/issues/10456 ## 版本 4.2.1 ## 环境 chrome 74.0.3729.131 ## 配置项 ```javascript var option = { title: { text: 'test' }, tooltip: {}, legend: { data:['测试'] }, xAxis: { type: 'time', }, yAxis: { type: 'value' }, series: arr12 }; ``` ## series数据 ```javascript [ {name: "'测试'", data:[{value:'2018-12-07',30}], type: "line"}, {name: "'测试'", data:[{value:'2018-12-17',20}], type: "line"}, {name: "'测试'", data:[{value:'2018-12-27',80}], type: "line"} ] ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
