Skip to content

v2.1.62

Choose a tag to compare

@graphieros graphieros released this 17 May 08:59
· 3076 commits to master since this release

VueUiXy

Added further customization options in stacked mode:

  1. Dataset: datapoints can have the following optional attributes:
  • autoScaling: boolean; // Will attempt to produce the best individual scale from the datapoints
  • stackRatio: number; (0 to 1) // Force the height ratio of the datapoint to take a larger | smaller height size on the chart. If not all datapoints have a stackRatio, it will be computed from the remaining space available
  1. Config:
  • Added config.chart.grid.labels.xAxis.showBaseline (boolean; default: true), to display the base x axis line