I followed the steps along with the data in my MySql table, Find below my Js syntax ` <script> anychart.onDocumentReady(function() { var chart = anychart.fromJson('{{chartData|safe}}'); chart.draw(); }); </script>`