球迷的概念是喜欢看球?我不是球迷,但是我喜欢踢球,哈哈,2010 年至今效力于(天胡)- 因为这帮人平时喜欢搓麻将,哈哈
真想替我们产品经理报个名,就是个 2 球
自问自答: 自己加的 index , 通过 this.point.index 调用
$(function () {
$('#container').highcharts({
chart: {
},
tooltip: {
formatter: function() {
return 'The index for <b>'+ this.x +
'</b> is <b>'+ this.point.zindex +'</b>';
}
},
xAxis: {
categories: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec']
},
series: [{
data: [{"zindex":0,"y":16.61},{"zindex":1,"y":33.0},{"zindex":2,"y":207.0},{"zindex":3,"y":329.0}, 144.0, 176.0, 135.6, 148.5, 216.4, 194.1, 95.6, 54.4]
}]
});
});
图上有一行小字:要求峰值为平均值,左边为小于平均值,右边为大于平均值
#2 楼 @jimrokliu y 轴在这里没有实际意义,横坐标就是价格从低到高的显示,从平均价分界
非常不错
#1 楼 @neverlandxy_naix 哈哈,一浪更比一浪强,怎么说 mongodb 也是 mongoid 他爹
相中照片了
http://www.postgresql.org/docs/9.2/static/functions-string.html
语法:replace(string text, from text, to text)
#Replace all occurrences in string of substring from with substring to
例子:replace('abcdefabcdef', 'cd', 'XX') abXXefabXXef
update companies set contact_phone = regexp_replace(companies.contact_phone, '^0413', '024') where contact_phone like '0413%' or mobile_phone like '0413%'
没打开,要翻墙吗?