Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugfix/package loading #5

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

detule
Copy link

@detule detule commented Aug 15, 2014

Hi Joe,

The first commit is to address a problem/bug with googleChartsInit(....) in the use case when the argument is not NULL (loading individual charting packages from within the google charts API).

The second reworks some of the code to use google's chartWrapper (smart enough to know what packages it needs and loads them dynamically) rather than a stand alone chart. This should make googleChartsInit() obsolete.

Allows for dynamic package loading (googleChartsInit() is not needed
anymore).  Also allows for easier integration with other parts of the
googleCharts API (control structures, formatters etc) down the road.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant