tmtron commented on issue #19187:
URL: https://github.com/apache/echarts/issues/19187#issuecomment-1759051403

   Our use-case is that customers can create custom dashboards and add many 
charts side-by-side or below each other.
   In this case they have 3 bar-charts side-by-side and want to compare data 
from 3 different devices. All devices have 3 channels 'A', 'B', 'C' which are 
expected to return data that is higher than a certain offset: e.g. 220.
   In this case it makes sense to set the yAxis.min to 220 so that you can see 
small differences exactly, e.g. when the data are: 220, 225, 223. And of 
course, you want to set the same min to all 3 charts, so that you can easily 
compare them.
   When a channel has an error, it will return a negative number: e.g. -1, -2, 
etc.
   
   And now we have this special case, where all 3 channels return an error and 
in this case, the yAxis scale is different:
   
   
![2023-10-12_08h55_23](https://github.com/apache/echarts/assets/20422904/731a0869-bdcc-4c69-bcd1-4cd66e1881a0)
   
   The biggest issue with that is that the customers will check the config of 
chart 2 and see that they have set the min correctly, but the chart is not 
okay. This causes confustion and a lot of wasted support time on our side.
   
   BTW: I just noticed that the label of bar B in the 3rd chart is missing: I 
will create another issue for that.


-- 
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-unsubscr...@echarts.apache.org

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


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

Reply via email to