skip to Main Content

Jquery – Yii2 unable to view column chart using highcharts

I am trying to plot a chart via highchart in yii2. I have already installed it and set it. Below is my code in my index.php view <script src="https://code.highcharts.com/highcharts.js"></script> <script src="https://code.highcharts.com/modules/exporting.js"></script> function loadChartData() { $.ajax({ url: '$url_chart', method: 'GET', dataType:…

VIEW QUESTION
Back To Top
Search