GrantMStevens / amCharts-Angular

Angular directive for amCharts library
Apache License 2.0
63 stars 39 forks source link

categoryAxis may not be working properly #77

Closed BaranOrnarli closed 7 years ago

BaranOrnarli commented 7 years ago

Adding this to your serial chart could cause the graph not to show up (but it works using the regular amchart library).

Just remove it and amchart directive works.

"categoryAxis": {
                    "gridPosition": "start",
                    "fillAlpha": 0.05,
                    "axisColor": "#333",
                    "position": "left"
                },
DimitriMathot commented 7 years ago

Hello is there a way to make it work with the directive or does anyone get a solution to rotate the label of the categoryAxis?

GrantMStevens commented 7 years ago

I cannot replicate this. Adding these works just fine.

http://jsfiddle.net/w3vpc35o/440/