Min value for chart options

Issue #309 new
Ulas created an issue

It would be a great enhancement to be able to define the “min” value dynamically. This could be driven by all the values in the chart. At the moment we need to hardcode it which is not ideal.

"yAxis": [
  {
    "min": 65
  }
],

Comments (2)

  1. Log in to comment