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

Update Google Image Charts API to javascript #17

Open
hcarter333 opened this issue Jan 16, 2024 · 5 comments
Open

Update Google Image Charts API to javascript #17

hcarter333 opened this issue Jan 16, 2024 · 5 comments

Comments

@hcarter333
Copy link
Owner

The Google Images Charts API is deprectated

image

Update to the Javascript API.

@hcarter333
Copy link
Owner Author

Change this line first (the pie charts)

@hcarter333
Copy link
Owner Author

Started a preliminary version of charting that builds the html statically, and then adds the charts. It works ok:

image

The only downside is that the original code did not have separate cells for the charts.
That's ok though. Just add another row for the charts and another row for the buttons. Then , the method that does the charting at the moment, will just call the charting API.

@hcarter333
Copy link
Owner Author

I did a test deploy and I did not break the charting:
image

@hcarter333
Copy link
Owner Author

Also, we're about to have a Python upgrade issue:

image

@hcarter333
Copy link
Owner Author

I did the professor portion of the exercise:

Move the charting routines to a .js file independent of the rest of the ham_example.js semi-train-wreck.

You can find the differences in the most recent commit.

hcarter333 pushed a commit that referenced this issue Jan 21, 2024
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

No branches or pull requests

1 participant