Jump to content
JChartFX Community
  • 0

Chart does not load in IE


sricharan8

Question

Hi 

The chart does not load in Interner Explorer (Eg: v.10). The svg is supported though.

It loads in Google Chrome.

I found out that when meta tag is added to head, it even works in IE. (Ref: "<meta content='IE=9' http-equiv='X-UA-Compatible'/>").

But I do not want to this way becuase the html head is generic for entire project.

Could you please tell if there is any other way to overcome this?

 Thanks in advance 

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

As far as I know, IE needs the page to start with the following tag <!DOCTYPE html> to treat the page in standards mode and support SVG. I would also recommend checking with a small SVG (e.g.)

<svg width="400" height="300">

  <rect x="0" y="0" width="200" height="200" fill="#AE2000" />

</svg> 

If you are able to view the SVG in IE but not the chart, please try posting (or sending us) a small page that reproduces the problem. 

 If you use the developer mode you can also check if IE is using standards mode or quirks mode to render your page.

Regards,

JuanC 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...