I like to create a simple bar chart with QChart. I found a lot of tutorials with series in the bars, like this https://codeloop.org/qt5-tutorial-creating-barchart-with-qtchart/. But I don't need series, just a bar per month with a value, like this:
Where can I find a tutorial for such a chart?
Thanks

I found a way to do it. Here is a code to create the chart with data from a list.