VueUiXy
Added further individual scale customization in datapoint objects:
{
...,
scaleMin?: number; // control the starting value of the individual scale
scaleMax?: number; // control the max value of the scale (acts like an offset Y of sorts)
}
To be used in combination with config.chart.grid.labels.yAxis.useIndividualScale : true
(see this release for more details)