Qt 6.11 is out! See what's new in the release
blog
Candlestick chart with horizontal scroll
-
I'm using this example to generate a candlestick chart using QML:
https://doc.qt.io/qt-6/qtcharts-candlestickchart-example.htmlBut instead of only having 31 items I want to show 250 items. When I add more items to QCandlestickSeries, the chart simply shows all items inside the viewport which makes the chart unclear for the user. Is there anyway I can add 250 items to the QCandlestickSeries and only show 31 or so items in the viewport but having a horizontal scroll so the user can scroll through the rest of the series?
Thank you for any suggestions.