leeoniya / uPlot

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

Hotizontal bar with labels beside each bar? #868

Closed ile closed 8 months ago

ile commented 8 months ago

Sorry for a newbie question, but is this type of graph possible?

I suspect that it is possible otherwise, but the label placement may not be, as labels seem to be usually at the bottom of the graph.

image

leeoniya commented 8 months ago

some examples here:

https://leeoniya.github.io/uPlot/demos/multi-bars.html https://leeoniya.github.io/uPlot/demos/bars-grouped-stacked.html

ile commented 8 months ago

Ok, closing, I don't want to leave open issues for no good reason.

I think my needs expanded a bit, I need also pie charts, which may be difficult with uPlot. So unfortunately I have to go with one of those 2MB libraries - I guess...

Maybe I'll look at here later.