mardi 10 mars 2015

Highcharts boxplot with drilldown?


Vote count:

0




I am new with highcharts and javascript.


I am trying to make a boxplot with drilldown. yet boxplot requires data to be a array of 5 element(min 1st-quatile median 3st-quatile max), as follows:



data: [
[760, 801, 848, 895, 965],
[733, 853, 939, 980, 1080],
[834, 836, 864, 882, 910]
]


Yet drilldown requires that data should have many members, including "drilldown" member, as follow:



data: [{
name: 'namey',
y: 49.9,
drilldown: 'tokyo 1'
}, {
y: 71.5,
name: 'namex',
drilldown: 'tokyo 2'
}]


I have tried many ways to make them together, yet nothing works. How can I add drilldown to boxplot? thanks!



asked 1 min ago







Highcharts boxplot with drilldown?

Aucun commentaire:

Enregistrer un commentaire