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
If you load http://krispo.github.io/angular-nvd3/#/pieChart on IE 11 you will see that the chart is a lot smaller than e.g. on Chrome. And if you change the height property the chart still stays very small. Is this an issue with angular-nvd3, nvd3 or d3? I'm using angular-nvd3 on a production site and would really appreciate it if you could provide help for how to fix this issue on IE 11. Thanks.
The text was updated successfully, but these errors were encountered:
Further investigation revealed that when the window is resized the pie chart returns to the correct size but bringing mouse cursor over the chart immediately shrinks it back to a tiny size. So the error must be in the way the resizing is initialized.
Also the error is only in angular-nvd3. Nvd3 does not have this issue.
If you load http://krispo.github.io/angular-nvd3/#/pieChart on IE 11 you will see that the chart is a lot smaller than e.g. on Chrome. And if you change the height property the chart still stays very small. Is this an issue with angular-nvd3, nvd3 or d3? I'm using angular-nvd3 on a production site and would really appreciate it if you could provide help for how to fix this issue on IE 11. Thanks.
The text was updated successfully, but these errors were encountered: