You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// I defined it in head tag
<script>
[home.txt](https://github.com/kevinkhill/lavacharts/files/8923487/home.txt)
lava.js(function() {
function selectHandler(event, chart) {
console.log('Hi');
}
})
</script>
// Here is render charts which are below script
<?= \Lava::render('GeoChart', 'Province Orders', 'province-order-chart') ?>
<?= \Lava::render('PieChart', 'District Orders', 'district-order-chart') ?>
Hope you support it!
The text was updated successfully, but these errors were encountered:
What Version?
Issue
Controller Code (chart creation code)
View Code
Hope you support it!
The text was updated successfully, but these errors were encountered: