Skip to content

Commit

Permalink
FLOE-432: add white strike outline to pie slices
Browse files Browse the repository at this point in the history
  • Loading branch information
waharnum committed Nov 9, 2015
1 parent df96fae commit fdb39d9
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion demos/src/css/chartAuthoring-demo.css
Expand Up @@ -47,7 +47,7 @@
margin-bottom: 1em;
}

/* Pie slice text (SVG styling attributes) */
/* Pie slice text (SVG styling attributes) */

.floec-ca-pieChart-text {
paint-order: stroke;
Expand All @@ -60,6 +60,13 @@
font-family: Verdana, Arial, sans-serif;
}

/* Pie slice (SVG styling attributes) */

.floec-ca-pieChart-slice {
stroke: #FFF;
stroke-width: 2px;
}

/* Legend */

.floec-ca-pieChart-legend {
Expand Down

0 comments on commit fdb39d9

Please sign in to comment.