We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 13b5512 + e85dd2a commit 7f91fd1Copy full SHA for 7f91fd1
jquery.highchartTable.js
@@ -349,7 +349,7 @@
349
if ($table.data('graph-xaxis-type') == 'datetime') {
350
return '<b>'+ this.series.name +'</b><br/>'+ Highcharts.dateFormat('%e. %b', this.x) +' : '+ this.y;
351
} else {
352
- return '<strong>' + this.series.name + '</strong> : ' + this.point.name;
+ return '<strong>' + this.series.name + '</strong><br />' + xValues[this.point.x] + ' : ' + this.point.name;
353
}
354
355
},
0 commit comments