VueUiXy
config improvements regarding time labels (X axis). It is now possible to only show labels at a given modulo value, to avoid showing all labels on large datasets.
config.chart.grid.labels.xAxisLabels.showOnlyAtModulo: boolean; // default: false
config.chart.grid.labels.xAxisLabels.modulo: number; // default: 12
Set showOnlyAtModulo: true
, and modulo
to a value that is consistent with your dataset.
VueUiXyCanvas
same config improvement:
config.style.chart.grid.y.timeLabels.modulo: number; // default: 12
As this chart is designed for very large datasets, this feature is built-in.