From 8684a31a178f70278443d0697de9426ad730f0f6 Mon Sep 17 00:00:00 2001 From: consti10 Date: Fri, 24 Nov 2023 13:38:27 +0100 Subject: [PATCH] temporary comment out charts --- .../openhd_settings/PopupAnalyzeChannels.qml | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/qml/ui/configpopup/openhd_settings/PopupAnalyzeChannels.qml b/qml/ui/configpopup/openhd_settings/PopupAnalyzeChannels.qml index 63d40b0e2..2fa727c0f 100644 --- a/qml/ui/configpopup/openhd_settings/PopupAnalyzeChannels.qml +++ b/qml/ui/configpopup/openhd_settings/PopupAnalyzeChannels.qml @@ -14,7 +14,7 @@ import OpenHD 1.0 import "../../../ui" as Ui import "../../elements" -import QtCharts 2.0 +//import QtCharts 2.0 Rectangle{ id: main_background @@ -121,7 +121,7 @@ Rectangle{ model: model_filter textRole: "title" onCurrentIndexChanged: { - pollution_chart.update_pollution_graph(); + //pollution_chart.update_pollution_graph(); } } Switch{ @@ -129,7 +129,7 @@ Rectangle{ checked: m_normalize_data onCheckedChanged: { m_normalize_data=checked - pollution_chart.update_pollution_graph(); + //pollution_chart.update_pollution_graph(); } } Text{ @@ -165,11 +165,11 @@ Rectangle{ id: chart_scroll_view Layout.fillWidth: true Layout.fillHeight: true - contentWidth: pollution_chart.width + //contentWidth: pollution_chart.width ScrollBar.horizontal.interactive: true clip: true - ChartView { + /*ChartView { id: pollution_chart //width: main_background.width>m_chart_view_minimum_width ? main_background.width : m_chart_view_minimum_width; width: { @@ -215,14 +215,6 @@ Rectangle{ color: "red" } } - } - /*Button{ - anchors.top: pollution_chart.top - anchors.left: pollution_chart.left - text: "ENLARGE" - onClicked: { - m_chart_enlarged = !m_chart_enlarged; - } }*/ } // Filler