kyper-data / python-highcharts

A simple translation layer between Python and Javascript for Highcharts projects (highcharts, highmaps, and highstocks).
MIT License
395 stars 190 forks source link

How to show multiple charts on Django? #55

Open bee811101 opened 6 years ago

bee811101 commented 6 years ago

Hello, How to show multiple charts on Django? When I Show multiple charts,it shows Uncaught Error: Highcharts error #16: www.highcharts.com/errors/16

detail: "Highcharts already defined in the page This error happens the second time Highcharts or Highstock is loaded in the same page, so the Highcharts namespace is already defined. Keep in mind that the Highcharts.Chart constructor and all features of Highcharts are included in Highstock, so if you are running Chart and StockChart in combination, you only need to load the highstock.js file"

Thank you