This commit is contained in:
朱子楚\zhuzi 2023-10-13 01:12:36 +08:00
parent 16da5f1633
commit f2feb19d68
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