mirror of https://github.com/akveo/blur-admin
refacor(amCharts): make charts opacity
parent
c66a021eb9
commit
b9a5cdf1e5
|
@ -59,7 +59,7 @@
|
|||
{
|
||||
balloonText: '<b>[[category]]: [[value]]</b>',
|
||||
fillColorsField: 'color',
|
||||
fillAlphas: 0.9,
|
||||
fillAlphas: 0.5,
|
||||
lineAlpha: 0.2,
|
||||
type: 'column',
|
||||
valueField: 'visits'
|
||||
|
|
|
@ -39,7 +39,8 @@
|
|||
"valueAxis": "v1",
|
||||
"lineColor": layoutColors.primaryBg,
|
||||
"fillColors": layoutColors.primaryBg,
|
||||
"fillAlphas": 1,
|
||||
"fillAlphas": 0.8,
|
||||
"lineAlpha": 0.8,
|
||||
"type": "column",
|
||||
"title": "Actual Sales",
|
||||
"valueField": "sales2",
|
||||
|
@ -52,9 +53,10 @@
|
|||
"id": "g4",
|
||||
"valueAxis": "v1",
|
||||
color: layoutColors.default,
|
||||
"lineColor": layoutColors.primaryLight,
|
||||
"fillColors": layoutColors.primaryLight,
|
||||
"fillAlphas": 1,
|
||||
"lineColor": layoutColors.primary,
|
||||
"fillColors": layoutColors.primary,
|
||||
"fillAlphas": 0.9,
|
||||
"lineAlpha": 0.9,
|
||||
"type": "column",
|
||||
"title": "Target Sales",
|
||||
"valueField": "sales1",
|
||||
|
|
Loading…
Reference in New Issue