I want to add a plugin to the ignition gui that contains a simple line series chart i call the plugin "Plotting" I added all required code in CMakeList files, added all required code to make a plugin in ignition... and this is work for any QML Code except the Qt Charts ! when i put Qt Charts in the QML file of my plugin, it displays an error in standalone running (ign gui -s Plotting)
i have a vaild qmlscene of my code
but when i try to run it with (ign gui -s Plotting) i get this
.. and if i change the charts code to any code that hasn't charts, it works !
thank you for your time :D