Completely customizing charts
-
Hello i am trying to customize some charts, now i would like for them to look something like this:
now the colors aren't perfect, but you should get the idea.
Now the way i would do this is by using a Areaseries with a Spileseries problem is Areaseries doesn't support this.
Should i- Edit the qt-charts module then rebuild it into my app?
- Make my own custom chart based upon qt-charts?
- Something else?
Also is there a way that i can move the axes to be inside of the chart it self?
-
Hi
You could try QCustomPlot
If you look here
https://www.qcustomplot.com/index.php/tutorials/basicplottingDont the purple one, looks a bit like what you want ?
-
@raketmus
Oh I missed it was for QML.I assume you want smooth curve so
https://doc.qt.io/qt-5/qtcharts-areachart-example.html
is out of the question. -
Found this https://github.com/milosolutions/mcharts it might be what i need as chart.js seems to be very customizable.