tomsoftware opened a new issue #12592:
URL: https://github.com/apache/incubator-echarts/issues/12592


   ### What problem does this feature solve?
   I do want to mark the area in between two lines in a line-chart
   
   The "confidence-band" is quiet a hack cause it shifts all data up over 0 and 
fakes all lables and ticks
    https://echarts.apache.org/examples/en/editor.html?c=confidence-band
   
   Is there a other way to set two series and mark the area in between
   
   ### What does the proposed API look like?
   Chart.js uses a "fill" property to set the relative-index of the dataset to 
fill to
   https://www.chartjs.org/docs/latest/charts/area.html
   
https://stackoverflow.com/questions/37866992/filling-area-between-two-lines-chart-js-v2
   
   <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE -->
   <!-- This issue is in English. DO NOT REMOVE -->


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



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to