leeoniya / uPlot

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

Shifted y series not support bar chart type #897

Closed minhduc0802 closed 5 months ago

minhduc0802 commented 5 months ago

Hi leeoniya, when i use bar chart type in shifted y series, it just work at 1st series, it will wrong drawing at other index. 1st index: Screenshot 2023-11-27 at 14 26 06 Wrong at other index: Screenshot 2023-11-27 at 14 26 26

leeoniya commented 5 months ago

hmm, maybe it regressed in this change, and i forgot to bring series.fillTo() back :thinking:

https://github.com/leeoniya/uPlot/commit/366eb871f4096a746c8239bf60a9ef0b58365eb2#diff-01a549a1f1cd7b8e4125e6ecd1cee33eb22d748ef3f5524a234a2bcb24ac84c8R35-R38

it's been almost 2 years and no one noticed :rofl:

leeoniya commented 5 months ago

should be fixed now, thanks for reporting :)