refacor(amCharts): make charts opacity

pull/3/head
alex 2016-02-24 17:23:52 +03:00
parent c66a021eb9
commit b9a5cdf1e5
2 changed files with 7 additions and 5 deletions

View File

@ -59,7 +59,7 @@
{
balloonText: '<b>[[category]]: [[value]]</b>',
fillColorsField: 'color',
fillAlphas: 0.9,
fillAlphas: 0.5,
lineAlpha: 0.2,
type: 'column',
valueField: 'visits'

View File

@ -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",