VueUiXy
Added further customization options in stacked mode:
- Dataset: datapoints can have the following optional attributes:
autoScaling: boolean
; // Will attempt to produce the best individual scale from the datapointsstackRatio: 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
- Config:
- Added
config.chart.grid.labels.xAxis.showBaseline
(boolean; default: true), to display the base x axis line