[GitHub] cuijian-dexter commented on issue #8921: connectnulls not working properly with step chart

2018-11-09 Thread GitBox
cuijian-dexter commented on issue #8921: connectnulls not working properly with step chart URL: https://github.com/apache/incubator-echarts/issues/8921#issuecomment-437301327 @vimalraj-ponnusamy ```javascript option = { title: { text: 'Step Line' },

[GitHub] cuijian-dexter commented on issue #8921: connectnulls not working properly with step chart

2018-10-16 Thread GitBox
cuijian-dexter commented on issue #8921: connectnulls not working properly with step chart URL: https://github.com/apache/incubator-echarts/issues/8921#issuecomment-430182271 @vimalraj-ponnusamy `connectNulls` is effective for all data

[GitHub] cuijian-dexter commented on issue #8921: connectnulls not working properly with step chart

2018-10-11 Thread GitBox
cuijian-dexter commented on issue #8921: connectnulls not working properly with step chart URL: https://github.com/apache/incubator-echarts/issues/8921#issuecomment-429196862 It's `series[i].connectNulls` instead of `series[i].data[0].connectNulls`.