QML ChartView: custom draw graph
Unsolved
QML and Qt Quick
-
Hello,
I need to draw a custom time series graph like in the bottom image. I tried to use HorizontalStackedBarSeries, but I think, it's not effective for this kind of work.
How can I draw this kind of graphs?