refactor(amCharts): use white color for text
parent
7cde2924d2
commit
faf7a21f09
|
@ -14,6 +14,7 @@
|
||||||
var chart = AmCharts.makeChart(id, {
|
var chart = AmCharts.makeChart(id, {
|
||||||
"type": "serial",
|
"type": "serial",
|
||||||
"theme": "none",
|
"theme": "none",
|
||||||
|
"color": layoutColors.default,
|
||||||
"dataDateFormat": "YYYY-MM-DD",
|
"dataDateFormat": "YYYY-MM-DD",
|
||||||
"precision": 2,
|
"precision": 2,
|
||||||
"valueAxes": [{
|
"valueAxes": [{
|
||||||
|
@ -44,6 +45,7 @@
|
||||||
"valueField": "sales2",
|
"valueField": "sales2",
|
||||||
"clustered": false,
|
"clustered": false,
|
||||||
"columnWidth": 0.5,
|
"columnWidth": 0.5,
|
||||||
|
"lineColorField" : "#ffffff",
|
||||||
"legendValueText": "$[[value]]M",
|
"legendValueText": "$[[value]]M",
|
||||||
"balloonText": "[[title]]<br/><b style='font-size: 130%'>$[[value]]M</b>"
|
"balloonText": "[[title]]<br/><b style='font-size: 130%'>$[[value]]M</b>"
|
||||||
}, {
|
}, {
|
||||||
|
|
Loading…
Reference in New Issue