mirror of https://github.com/MISP/misp-dashboard
fix #32: Added black stroke for pie chart so that blank color is visible
parent
6825e10128
commit
3b6881fd26
|
@ -43,6 +43,7 @@ var pieChartOption = {
|
||||||
innerRadius: 0.2,
|
innerRadius: 0.2,
|
||||||
show: true,
|
show: true,
|
||||||
radius: 100,
|
radius: 100,
|
||||||
|
stroke: { color: 'black' },
|
||||||
label: {
|
label: {
|
||||||
show: true,
|
show: true,
|
||||||
radius: 6/10,
|
radius: 6/10,
|
||||||
|
|
Loading…
Reference in New Issue