You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@echarts.apache.org by GitBox <gi...@apache.org> on 2019/05/13 10:50:14 UTC

[GitHub] [incubator-echarts] LK820 opened a new issue #10456: 折线图只渲染出了点,缺少线条

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@echarts.apache.org
For additional commands, e-mail: dev-help@echarts.apache.org