Merge branch 'master' of https://github.com/lostcharlie/Bench4Q.git
This commit is contained in:
commit
86a52df435
|
@ -6,6 +6,7 @@ Chart.prototype.createChart = function(container) {
|
|||
chart : {
|
||||
type : 'spline'
|
||||
},
|
||||
|
||||
tooltip : {
|
||||
formatter : function() {
|
||||
return Highcharts.dateFormat('%Y-%m-%d %H:%M:%S', this.x)
|
||||
|
@ -49,8 +50,9 @@ Chart.prototype.addSeries = function(axis, seriesId, data,name) {
|
|||
data : data,
|
||||
marker : {
|
||||
enabled : true,
|
||||
radius : 3
|
||||
radius : 8
|
||||
},
|
||||
lineWidth: 5,
|
||||
showInLegend : true
|
||||
}, true);
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue