Candlestick chart, varying bar width
Unsolved
Qt for Python
-
Hello Qt-devs!
I'm working on an app to visualize trading events from my system. System uses an adaptive candle stick generation algorithm. This means that the candles are not generated at fixed time intervals (thus each candle should have a different width on a chart with constant time step on x-axis). Is there any way to configure a Chart to draw such varying width candles? I'm using QDateTimeAxis for x-axis and QValueAxis for y.