[S] Adjust opacity of the pie areas
This commit is contained in:
@@ -46,6 +46,7 @@ export default class TypePie extends Vue
|
|||||||
itemStyle:
|
itemStyle:
|
||||||
{
|
{
|
||||||
color: Constants.THEME.colors[i],
|
color: Constants.THEME.colors[i],
|
||||||
|
opacity: 0.8,
|
||||||
shadowColor: 'rgba(0,0,0,0.22)',
|
shadowColor: 'rgba(0,0,0,0.22)',
|
||||||
shadowBlur: 10
|
shadowBlur: 10
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user