Scatter plot with line
I am trying to implement the following chart. Is it possible with uPlot?
Thank you

with a bit of work, yes. you have to use mode: 2 and implement your own simple renderer.
the scatter demo [1] is more complex than you need for the above case, but shows the overall structure/setup. i'm quite busy currently, but will try to find some time to put together a more simple demo like above.
[1] https://leeoniya.github.io/uPlot/demos/scatter.html
can you give a demo of scatter line like above? Thank you very much~
with a bit of work, yes. you have to use
mode: 2and implement your own simple renderer.the scatter demo [1] is more complex than you need for the above case, but shows the overall structure/setup. i'm quite busy currently, but will try to find some time to put together a more simple demo like above.
[1] https://leeoniya.github.io/uPlot/demos/scatter.html
I am trying to implement the above case with uPlot , Is it possible with uPlot? Thank you