admin | bae64d8 | 2013-08-01 10:50:15 -0700 | [diff] [blame] | 1 | .default-color0.chart-pie { -fx-pie-color: blue; } |
| 2 | .default-color1.chart-pie { -fx-pie-color: yellow; } |
| 3 | .default-color2.chart-pie { -fx-pie-color: pink; } |
| 4 | .default-color3.chart-pie { -fx-pie-color: blue; } |
| 5 | .default-color4.chart-pie { -fx-pie-color: green; } |
| 6 | .default-color5.chart-pie { -fx-pie-color: red; } |
| 7 | .chart-pie-label-line { |
| 8 | -fx-stroke: #8b4513; |
| 9 | -fx-fill: #8b4513; |
| 10 | } |
| 11 | |
| 12 | .chart-pie-label { |
| 13 | -fx-fill: #8b4513; |
| 14 | -fx-font-size: 1em; |
| 15 | } |
| 16 | .chart-legend { |
| 17 | -fx-background-color: sienna; |
| 18 | -fx-stroke: #daa520; |
| 19 | } |