|
1 | NO CONTENT: new file 100644, binary diff hidden |
@@ -32,10 +32,10 ChartView { | |||
|
32 | 32 | BoxPlotSeries { |
|
33 | 33 | id: plotSeries |
|
34 | 34 | name: "Income" |
|
35 |
BoxSet { label: "Jan"; values: [3, 4, |
|
|
36 |
BoxSet { label: "Feb"; values: [5, 6, 7.5, 8, 1 |
|
|
37 | BoxSet { label: "Mar"; values: [2, 5, 5.7, 8, 9] } | |
|
38 |
BoxSet { label: "Apr"; values: [5, 6 |
|
|
35 | BoxSet { label: "Jan"; values: [3, 4, 5.1, 6.2, 8.5] } | |
|
36 | BoxSet { label: "Feb"; values: [5, 6, 7.5, 8.6, 11.8] } | |
|
37 | BoxSet { label: "Mar"; values: [3.2, 5, 5.7, 8, 9.2] } | |
|
38 | BoxSet { label: "Apr"; values: [3.8, 5, 6.4, 7, 8] } | |
|
39 | 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