4.0.20 • Published 4 years ago

@things-scene/chartjs v4.0.20

Weekly downloads
1
License
http://things-sce...
Repository
github
Last release
4 years ago

things-scene-chartjs

build

$ yarn build

typefilenamefortested
UMDthings-scene-chartjs.jsmodern browserX
UMDthings-scene-chartjs-ie.jsie 11O
ESMthings-scene-chartjs.mjsmodern browserX

IE 11 Support

ie11에서 사용하기 위해 다음과 같은 polyfill을 추가해야 함.

<script src="//cdn.polyfill.io/v2/polyfill.min.js"></script>
<script src="/node_modules/@webcomponents/webcomponentsjs/webcomponents-bundle.js"></script>
<script src="/node_modules/@webcomponents/webcomponentsjs/custom-elements-es5-adapter.js"></script>