You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using amcharts 3.15.2, with amcharts-angular 1.0.4 and angularjs 1.5.7 with angular material 1.0.9.
when I set a theme or even when I don't set a theme... which defaults to light theme, the background color and legend text color is not set. i checked on google chrome console to see if there is a rule to set the background color and something else overrides it, but nothing!
for now I worked around the issue by connect each graph to the drawn event:
as you can see in the drawn event, i fetch the background color and color properties which are set properly (the event.chart.legend.color is not set properly).
thanks!
The text was updated successfully, but these errors were encountered:
kfirufk
changed the title
themes does not work properly.
background color is not affected by theme
Jul 19, 2016
kfirufk
changed the title
background color is not affected by theme
background and legend is not affected by theme
Jul 19, 2016
Hi.
I'm using amcharts 3.15.2, with amcharts-angular 1.0.4 and angularjs 1.5.7 with angular material 1.0.9.
when I set a theme or even when I don't set a theme... which defaults to light theme, the background color and legend text color is not set. i checked on google chrome console to see if there is a rule to set the background color and something else overrides it, but nothing!
for now I worked around the issue by connect each graph to the drawn event:
ChatOptionsObj = {
...
listeners: [{
"event": "drawn",
"method": caller.handleGraphsRenderEvent
}],
...
}
and setting the following functions:
as you can see in the drawn event, i fetch the background color and color properties which are set properly (the event.chart.legend.color is not set properly).
thanks!
The text was updated successfully, but these errors were encountered: