Closed GordonSmith closed 5 years ago
I can see the error when rendering any XYAxis widget in a chart panel in IE11. I'm looking into it now.
This is affecting any widget rendered in a ChartPanel in IE11 and it's caused by differences in flex-basis
behavior.
Changing the 60%
on this line to auto
resolves the horizontal alignment issue, but IE11 doesn't resize the center
and rhs
containers when hiding/showing the legend.
https://github.com/hpcc-systems/Visualization/blob/master/packages/layout/src/Border2.css#L9
I'm still looking for a css-only solution.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Looks like there might be an IE 11 issue: