-
Notifications
You must be signed in to change notification settings - Fork 195
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 use of Google Charts #658
Comments
I want to contribute to this. Where should I start? |
Hi Muhammad! So, Person Finder has a dashboard page for each repository that's supposed to show various statistics about its usage. If you have a local Person Finder running, you can find the dashboard at a path like The Django template for the dashboard page (including all the JS to generate the charts) is in There's also some changes that need to be made to get the dashboard page in line with the content security policy we added, but that shouldn't be a big deal. I pushed the main changes for that to a branch so you can take a look, they're here. Let me know if you have any questions! |
Actually, I didn't pay enough attention when I looked at the docs for the "Timeline" chart type, I think what we actually need is probably a linechart. |
Alright, thank you for the information. |
@nworden Hi Nick, I've been trying to setup the environment. But the errors related to the Python 2.7's end of support have been arising. Are there any plans to shift to Python 3. Either way, let me know if I'm missing something. |
The admin/dashboard page seems to rely on an old version of Google Charts, which uses Flash. We should update it to the current Charts tools, which is documented here.
The text was updated successfully, but these errors were encountered: