MaazAli / Meteor-HighCharts

HighCharts for Meteor, with an easy to use helper to get you started!
MIT License
53 stars 20 forks source link

added drilldown module #24

Closed ClarenceL closed 9 years ago

ClarenceL commented 9 years ago

Since the drilldown is in the demos it should probably be included.

Also HighCharts doesn't give any errors when you pass in a properly formatted drilldown series.

MaazAli commented 9 years ago

We're trying to do something like this instead: https://github.com/MaazAli/Meteor-HighCharts/issues/12

Each additional functionality being a separate package that depends on this one.

jhuenges commented 9 years ago

@ClarenceL take a look at https://github.com/MaazAli/highcharts-gauge for an easy way to built the package. I dont know if @MaazAli wants to publish it under his name ... ?

ClarenceL commented 9 years ago

Gotcha, ya I saw that too