Ubuntu – QQmlComponent: Component is not ready – module "QtCharts" is not installed
I am trying to render the QtCharts example on the main page: import QtCharts ... ChartView { title: "Line Chart" anchors.fill: parent antialiasing: true LineSeries { name: "Line" XYPoint { x: 0 y: 0 } ... } } I have…