Set Max/Min value dynamically in charts

Issue #246 new
Ulas created an issue

Would be great to set the max/min value dynamically in column/bar charts. Instead of hardcoding the number, we could change the setting to a combination of “type”: dynamic/static and “max”: 1. Then the max value should look up to the maximum value in the data points if the dynamic is selected.

"yAxis": [
  {
    "max": 1
  }
]

Comments (3)

  1. Log in to comment