MaazAli / Meteor-HighCharts

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

Support for heatmaps #10

Closed mhourahine closed 9 years ago

mhourahine commented 9 years ago

Hi thanks for writing this wrapper! I'd like to add support for Heatmaps. What's the best way to include that in this package?

jhuenges commented 9 years ago

I guess including heatmaps.js into /lib and reference it in package.js

mhourahine commented 9 years ago

Thanks. That worked. Are you interested in including it in your package?  If so, I'll submit a pull request.

On Sat, Mar 7, 2015 at 4:09 PM, jhuenges notifications@github.com wrote:

I guess including heatmaps.js into /lib and reference it in package.js

Reply to this email directly or view it on GitHub: https://github.com/MaazAli/Meteor-HighCharts/issues/10#issuecomment-77707558

jhuenges commented 9 years ago

I guess it would be a nice addition. @MaazAli ?

MaazAli commented 9 years ago

I agree. I'm currently looking over the pull request.