Felipe Vendramini

Bars merging appearence on IE11 with many bars

Recommended Posts

Hello,

I've been using FusionCharts on my test environment and I noticed while testing on IE and Edge that my bars chart gets buggy when it does have many elements.

This is how the chart displays on Chrome and Firefox:

Screenshot_158.png.1c420ed82897bf860242c55dc0b920ac.png

And this is how it displays on IE and Edge:

Screenshot_157.png.f750b05e2f0a6403cfd469013a3d0cc5.png

I noticed also that fonts wont load, there's any fix or suggestion on how to fix this?

Share this post


Link to post
Share on other sites

Hi Felipe,

The "merging of bars" and "fonts not applying" issue is replicated only in IE11 browser when a theme is applied. Edge, Chrome and Firefox browsers are rendering the chart as expected.

The fonts are not applied since the predefined fonts in the theme are not supported by the IE11 browser. You can fix the fonts issue by overriding the predefined font attributes in the applied theme by a IE supported font, e.g.: Arial.

Please refer to this fiddle for the implementation: http://jsfiddle.net/49dw8okn/

For the merging of bars issue, from the data visualization perspective, we suggest you to use the "scrollBar2D" chart to avoid cluttering of plots, thereby getting a clean look. Scroll charts can show a larger number of data plots in a small space.

Please refer to this fiddle for the implementation: http://jsfiddle.net/4e1ydkna/

Please implement the above samples and share your observation.

Hope this will help.

Thanks,
Srishti Jaiswal

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now