clinical:graphs-dailystats

v1.2.1Published 9 years ago

This package has not had recent updates. Please investigate it's current state before committing to using it in your project.

clinical:graphs-dailystats

DailyStats linechart for Meteor ClinicalFramework using D3 and NVD3.

DailyStats Screenshot

========================== ####Package Installation

meteor add clinical:graphs-dailystats

Then add the graph to your application with the following.

1{{> DailyStatsChart }}

You can currently only have one DaiilyStatsChart on the page at a time.

==========================

API

1// isomorphic object
2StatsCounter.incrementTodayCount();
3
4// remote procedure call
5Meteor.call('incrementTodayCount');

==========================

Testing API

Be sure to run starrynight generate-autoconfig to add the component tests to your .meteor/nightwatch.js config file.

1// component output
2.reviewDailyStatsChart()
3
4// component input
5.clickDailyStatsChart()

========================== ####Contributions & Licensing

Made possible by the support of the Open Health Imaging Foundation and the Open Genomics Core.

MIT licensed. Use as you will.