This commit is contained in:
zhuzichu 2023-10-13 09:23:18 +08:00
commit b1c0074a10
2 changed files with 3 additions and 2 deletions

View File

@ -1,9 +1,10 @@
import QtQuick 2.15 import QtQuick 2.15
import QtQuick.Window 2.15
import "./../JS/Chart.js" as Chart import "./../JS/Chart.js" as Chart
Canvas { Canvas {
id: control id: control
property var window: Window.window
property var jsChart: undefined property var jsChart: undefined
property string chartType property string chartType
property var chartData property var chartData

View File

@ -3,7 +3,7 @@ import "./../JS/Chart.js" as Chart
Canvas { Canvas {
id: control id: control
property var window: Window.window
property var jsChart: undefined property var jsChart: undefined
property string chartType property string chartType
property var chartData property var chartData