Recommend this page to a friend! |
Classes of Abed Nego Ragil Putra | PHP Inventory Management System with Scanner | public/assets/bower_components/chart.js/docs/07-Notes.md | Download |
|
Downloadtitle: Notes anchor: notesBrowser supportBrowser support for the canvas element is available in all modern & major mobile browsers <a href="http://caniuse.com/canvas" target="_blank">(caniuse.com/canvas)</a>. For IE8 & below, I would recommend using the polyfill ExplorerCanvas - available at <a href="https://code.google.com/p/explorercanvas/" target="_blank">https://code.google.com/p/explorercanvas/</a>. It falls back to Internet explorer's format VML when canvas support is not available. Example use:
Usually I would recommend feature detection to choose whether or not to load a polyfill, rather than IE conditional comments, however in this case, VML is a Microsoft proprietary format, so it will only work in IE. Some important points to note in my experience using ExplorerCanvas as a fallback.
Bugs & issuesPlease report these on the GitHub page - at <a href="https://github.com/nnnick/Chart.js" target="_blank">github.com/nnnick/Chart.js</a>. If you could include a link to a simple <a href="http://jsbin.com/" target="_blank">jsbin</a> or similar to demonstrate the issue, that'd be really helpful. ContributingNew contributions to the library are welcome, just a couple of guidelines:
LicenseChart.js is open source and available under the <a href="http://opensource.org/licenses/MIT" target="_blank">MIT license</a>. |