##// END OF EJS Templates
Enabled animations in QML test app
Tero Ahola -
r1796:f74bae07da26
parent child
Show More
@@ -24,6 +24,7 import QtCommercial.Chart 1.0
24 24 ChartView {
25 25 title: "area series"
26 26 anchors.fill: parent
27 animationOptions: ChartView.SeriesAnimations
27 28
28 29 property variant series: areaSeries
29 30
@@ -26,6 +26,7 ChartView {
26 26 anchors.fill: parent
27 27 theme: ChartView.ChartThemeLight
28 28 legend.alignment: Qt.AlignBottom
29 animationOptions: ChartView.SeriesAnimations
29 30
30 31 property variant series: mySeries
31 32
@@ -26,6 +26,7 ChartView {
26 26
27 27 title: "line series"
28 28 anchors.fill: parent
29 animationOptions: ChartView.SeriesAnimations
29 30
30 31 LineSeries {
31 32 id: lineSeries
@@ -26,6 +26,7 ChartView {
26 26 anchors.fill: parent
27 27 theme: ChartView.ChartThemeLight
28 28 legend.alignment: Qt.AlignBottom
29 animationOptions: ChartView.SeriesAnimations
29 30
30 31 property variant series: mySeries
31 32
@@ -24,6 +24,7 import QtCommercial.Chart 1.0
24 24 ChartView {
25 25 title: "scatter series"
26 26 property variant series: scatterSeries
27 animationOptions: ChartView.SeriesAnimations
27 28
28 29 ScatterSeries {
29 30 id: scatterSeries
@@ -25,6 +25,7 ChartView {
25 25 title: "spline series"
26 26 anchors.fill: parent
27 27 property variant series: splineSeries
28 animationOptions: ChartView.SeriesAnimations
28 29
29 30 SplineSeries {
30 31 id: splineSeries
@@ -26,6 +26,7 ChartView {
26 26 anchors.fill: parent
27 27 theme: ChartView.ChartThemeLight
28 28 legend.alignment: Qt.AlignBottom
29 animationOptions: ChartView.SeriesAnimations
29 30
30 31 property variant series: mySeries
31 32
General Comments 0
You need to be logged in to leave comments. Login now