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
It fixed the view on plunkr but in my project width is still slightly bigger than the parent container, trying to figure why.
Anyway, could you list highcharts-ng.css among main files in bower.json, because it was ignored by bower_concat task.
I tried updating to your latest version, which broke everything at that point. I ended up adding a width attribute to your bindings as an option and if set will call ctrl.chart.setSize(ctrl.width);. Everything worked perfectly after that.
Because I'd rather not use a hacked version of your directive in case there are updates, what are the changes you could add width and height as an attribute to be set in your directive?
In some case with of the chart is bigger than the width of the parent element. Solution with $timeout doesn't help.
Link to jsfiddle showing the issue.
https://plnkr.co/edit/S6GbzUwmERHY7XkMMZ7c?p=preview
The text was updated successfully, but these errors were encountered: