|
@@ -7,7 +7,8 @@ function w8io_chart( $title, $desc, $url ) |
|
|
|
tooltip: { |
|
|
|
crosshairs: [true], |
|
|
|
formatter: function() { |
|
|
|
var s = "<b>" + this.x + "";"</b>" |
|
|
|
var s = "<b>" + this.x + "</b>"; |
|
|
|
this.points.sort( function( a, b ) { return ( b.y - a.y ); } ); |
|
|
|
this.points.forEach( function( point ) { s += "<br/><span style=\"color:" + point.color + "\">\u25CF</span> " + point.series.name.replace( / \((.+)\)/, "" ) + ": " + point.y; } ); |
|
|
|
return s; |
|
|
|
} |
|
|
0 comments on commit
ef45b7f