Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upChart.js is not loading inside the <iframe> #4102
Closed
Comments
This comment has been minimized.
This comment has been minimized.
|
@Manjunath-Siddappa sorry for the late reaction on this ticket. I think #4152 is the same issue and we are thinking about the solution detailed in this comment. Are you able to try it locally and confirm it works in your use case? |
This comment has been minimized.
This comment has been minimized.
|
Resolved in #4165 |
This comment has been minimized.
This comment has been minimized.
|
Hi is this issue is fixed. If yes, could anyone guide me which files i have to merge or take? Thanks |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi
I am using chart.js version 2.5.0
Chart.js is not working inside the iframe.
<div><iframe><canvas></canvas></iframe></div>Error: Failed to create chart: can't acquire context from the given item
i am working one page which has master header and footer.
on the left menu click, ifames are loaded in the content area.
inside the <iframe> i am loading chart.js
Expected Behavior
Chart need to render in chrome and IE11.
Current Behavior
Chart is rendering in firefox not in other browsers.
i am looking for chrome and IE11 fix.
Possible Solution
Steps to Reproduce (for bugs)
Link to Jsfiddle
http://jsfiddle.net/mW8kv/27/
Context
I am working on chart based application, here i want to include chart.js and render charts accordingly.
Environment