js判断浏览器
var userAgent = navigator.userAgent; userAgent.indexOf("Chrome")>-1即为当前浏览器
public $enableCsrfValidation = false;
$.ajaxSettings.async=false;
series: [ { name: '2011年', type: 'bar', data: [18203, 23489, 29034, 1…
yAxis: [ { axisLine:{ show: false }, "axisTick":{ //y…
axisLabel : { formatter: '{value}', textStyle: { color: '#fff' }}
tooltip: { formatter: function(params, ticket, callback) { //可直接返回html样式 …
在xAxis或者yAxis添加以下元素 axisLabel: { inside: true, textStyle: …