Skip to content

Instantly share code, notes, and snippets.

@yqt
yqt / Hightchart_show_extra_data.js
Created October 11, 2013 11:04
show extra data in tooltips of Highchart.
//live testing on http://jsfiddle.net/yqtted/9xKuR/
//shared tooltip version on http://jsfiddle.net/yqtted/WUMfB/
$(function () {
$('#container').highcharts({
series: [{
name: "line1",
composition: {
"data1": [129.2, 144.0, 176.0, 135.6, 148.5, 216.4, 194.1, 95.6, 54.4, 29.9, 71.5, 106.4]
},