我有一个页面需要使用hightcharts加载图表。我只是想知道为什么它不适用于任何浏览器。
我在小提琴https://jsfiddle.net/colt25/ttyhtqL8/中有一个示例代码。
$(function(){ $( “#容器”)。highcharts({
chart: {
type: "line"
},
title: {
text: "'.$tyear.' TAF"
},
xAxis: {
categories: ["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"]
},
yAxis: {
min: 0,
title: {
text: ""
}
},
plotOptions: {
line: {
dataLabels: {
enabled: true
},
enableMouseTracking: false
}
},
series: [{
name: "Count per Month",
data: [';`enter`enter code here` code here`