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 2019/12/25 09:35:45 UTC

[GitHub] [incubator-echarts] zevero commented on issue #11879: Sampling interfering with stacking

zevero commented on issue #11879: Sampling interfering with stacking
URL: https://github.com/apache/incubator-echarts/issues/11879#issuecomment-568874587
 
 
    I display generic timeSeries chart from signal values from a complex machine: water pressure, flow rate, temperature, voltage and hundreds more.
   For each signal I show on different time scales (hourrly, daily) MeanValue, minValue, maxValue.
   To view the array between minValue and maxValue I produce a grey area stacking minValue plus deltaValue=maxValue-minValue. 
   With legend I can optionally unhide other series, like quartiles, median, derivates, skew etc.
   A bit like a stock chart.
   I have mitigated my problem by precalculating hourly and daily values. But still think, this is a bug since stacking makes the sampling option ineffective.
   

----------------------------------------------------------------
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: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org