highmaps

Resolve Conflict When Using Highchart and Highmap together (TypeError: ma is not a function)

夙愿已清 提交于 2019-11-29 17:12:29
问题 I've a page that contain chart and map menu for report function. Then, I choose Highchart-Highmap library to reach the purpose above. The chart function runs well but when I develop map function there's a error appear TypeError: ma is not a function I've traced the problem that the ma function is appear in highchart.js and highmaps.js but I don't know how to resolve this conflict. I've try put jQuery.noConflict(); in highmaps but the conflict still appear This how I code in main page ... some