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
This commit fix the few compatibility issues with IE11.
`d3-scale` and `d3-array` from version 2 are compiled as ES6 only. The fix downgrade the version to ES5 as described in relative d3 repos.
The tooltip position was misplaced because IE11 doesn't support calc inside a transform function. `calc` is converted to a set of transforms of the same type.
Fix IE11 flexbox layout on the legend.
The theme now reflect the css max width and height of the legend.
fix#184
Version
3.11.2
Describe the bug
To Reproduce
Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered: