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,
|
||||
show: true,
|
||||
radius: 100,
|
||||
stroke: { color: 'black' },
|
||||
label: {
|
||||
show: true,
|
||||
radius: 6/10,
|
||||
|
|
Loading…
Reference in New Issue