Charts under LGPL
-
I would like to create a chart but I cannot use QChart as it is under GPL. I use LGPL. I already check qwt for graph plotting. I folowed the steps for installation on windows and i tried the examples of qwt on Qt and it works perfectly on desktop but not on android. I cannot find any documentations of qwt for use on android. I have checked QCustomPlot but it is under GPL. So, can any of you suggest some chart modules which work under the LGPL and also work on android?
-
Hi
well you have to cross compile it to use on android.
This poster seems to have up and running with Qwt 6.1.0 version
https://www.qtcentre.org/threads/59972-Running-Qwt-examples-on-Android
but if still possible i cant say. -
You can build a wrapper around JS charts. Example: https://github.com/milosolutions/mcharts
-
@HaoXiang said in Charts under LGPL:
Qt and it works perfectly on desktop but not on android
Qwt works on Android too (but I'm not sure about graphics acceleration there, maybe there are used only the software rendering as Qwt based on QWidgets).