mirror of https://github.com/MISP/misp-dashboard
Merge pull request #38 from mokaddem/master
Fix: Added a stroke to border the pie chartpull/39/head
commit
d3f565ed20
Binary file not shown.
Before Width: | Height: | Size: 160 KiB After Width: | Height: | Size: 166 KiB |
|
@ -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