Installation
Last updated
Was this helpful?
Was this helpful?
npm run firstnpm run start<script src="./node_modules/@wirebootstrap/wire/wire.js"></script>
<script src="./wire-highcharts.js"></script>const myChart = new wire.highcharts();<div id="chart"></div>
...
myChart.render("#chart",{
...
});