You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by GitBox <gi...@apache.org> on 2022/07/25 06:50:50 UTC

[GitHub] [echarts] Ovilia commented on issue #17138: [Feature] Line style for varied segments and connectNulls

Ovilia commented on issue #17138:
URL: https://github.com/apache/echarts/issues/17138#issuecomment-1193651147

   @zz5840 Thanks for the update. I want to clearify that if `linePieces.index` is the index of the `data`? I'm not sure what does `index: [0, 2, 4]` mean? Does this mean the lines between (`data[0]`, `data[1]`), (`data[2]`, `data[3]`), (`data[3]`, `data[4]`) appy this style? 
   
   We should better use names like `startValue` and `endValue` rather than `leftValue` and `rightValue` because if the axis is inversed, the order of data is not the same as in the chart.
   
   `areaStyle` should also be provided in the API.
   


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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