import QtQuick
import QtQuick.Controls
import QtQuick.Layouts
import QtCharts
LineSeries {
id: ls
visible: true
width: 2
}