github graphieros/vue-data-ui v2.1.54

latest releases: v3.1.2, v3.1.1, v3.1.0...
16 months ago

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)

Don't miss a new vue-data-ui release

NewReleases is sending notifications on new releases.