Pivot Tables
I know this isn't a chart but it is related to visualizing your data. Could you make a Pivot chart? You would be able to Drill up or down along a drill path, change Side labels to Top labels, focus on particular values in side and top labels, use javascript to define each fact item and you could even link that data to another Highchart to visualize it. As one changes, the other changes.
-
Andreas commented
Considering implementing PivotTable.js beside Highcharts. Would love it, if Highcharts could show a pivot table natively!
-
Jamie commented
Good example of javsascript based pivot tables: https://github.com/nicolaskruchten/pivottable
That library comes with set up options to include D3 or Google Charts.Worth exploring pairing that library with Highcharts.