how to specify text on BarGraphItem pyqtgraph

42 Views Asked by At

i need to set up text to bar using BarGraphItem with pyqtgraph

I need something like this: enter image description here or set the names in the middle.

there was an idea to set TextItem by coordinates, but after writing it, it turned out that with a large number of such elements, they begin to slow down.

0

There are 0 best solutions below