MaazAli / Meteor-HighCharts

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

StockCharts #8

Closed levino closed 9 years ago

levino commented 9 years ago

Can one use stockcharts with this package? Would be much appreciated.

Cheers

Levin

MaazAli commented 9 years ago

If you're referring to HighStocks, that's a different plugin altogether. This package only supports the HighCharts plugin.

jhuenges commented 9 years ago

Maybe we can create a seperate package for HighStocks?

levino commented 9 years ago

Yes please @jhuenges Can I help you with it? BTW: As far as I understand you can usually render HighStocks with the HighCharts package. See here: http://jsfiddle.net/gh/get/jquery/1.9.1/highslide-software/highcharts.com/tree/master/samples/stock/demo/basic-line/

Maybe it was stripped out of the package or so?

Thanks

Levin

jhuenges commented 9 years ago

I guess we could use api.use(' xxx ') in package.js and use this HighCharts package. I ll take a look at it in the next couple of days. Or do you need it sooner?

levino commented 9 years ago

Of course it is fine, if you do it whenever you have the time. I do not fully understand how the dependency issues are solved in Meteor and these packages, so I am not sure how to contribute in the best way. I am happy to wait for a proposal of yours when you come around to it and give you feedback on how it works for me / us.

jhuenges commented 9 years ago

Me neither :D I am just contributing to some packages. Lets seay how it plays out

MaazAli commented 9 years ago

Sounds good, let me know if you guys come across any issues.

levino commented 9 years ago

@jhuenges Happy new year. Did you start on some work related to this? :)

jhuenges commented 9 years ago

@Levino Thanks and happy new year! I managed to throw something together: https://atmospherejs.com/jhuenges/highstock Please tell me if there is something wrong. I havent tested it with data from a collection, but i guess it should worl ;)