##// END OF EJS Templates
QML boxplot image addition...
Mika Salmela -
r2533:e27bcd66185c
parent child
Show More
1 NO CONTENT: new file 100644, binary diff hidden
NO CONTENT: new file 100644, binary diff hidden
@@ -32,10 +32,10 ChartView {
32 BoxPlotSeries {
32 BoxPlotSeries {
33 id: plotSeries
33 id: plotSeries
34 name: "Income"
34 name: "Income"
35 BoxSet { label: "Jan"; values: [3, 4, 4.4, 6, 7] }
35 BoxSet { label: "Jan"; values: [3, 4, 5.1, 6.2, 8.5] }
36 BoxSet { label: "Feb"; values: [5, 6, 7.5, 8, 12] }
36 BoxSet { label: "Feb"; values: [5, 6, 7.5, 8.6, 11.8] }
37 BoxSet { label: "Mar"; values: [2, 5, 5.7, 8, 9] }
37 BoxSet { label: "Mar"; values: [3.2, 5, 5.7, 8, 9.2] }
38 BoxSet { label: "Apr"; values: [5, 6, 6.8, 7, 8] }
38 BoxSet { label: "Apr"; values: [3.8, 5, 6.4, 7, 8] }
39 BoxSet { label: "May"; values: [4, 5, 5.2, 6, 7] }
39 BoxSet { label: "May"; values: [4, 5, 5.2, 6, 7] }
40 }
40 }
41
41
General Comments 0
You need to be logged in to leave comments. Login now