leeoniya / uPlot

📈 A small, fast chart for time series, lines, areas, ohlc & bars
MIT License
8.53k stars 372 forks source link

x axes extends beyond the canvas #804

Closed zChanges closed 1 year ago

zChanges commented 1 year ago

The x-axis goes beyond the canvas. How to set the offset

image
leeoniya commented 1 year ago

you can set opts.padding to be larger on the right side, or do more advanced things to increase it dynamically:

https://leeoniya.github.io/uPlot/demos/axis-autosize.html

you can also use axis.filter to skip the last label.

zChanges commented 1 year ago

solved my problem thanks a lot