luigibella
Forum Replies Created
-
Please make sure you’ve opened the Multi-Hazard Risk section of the page by clicking on the banner.
There are also charts in the Multi-hazard Exposure, Vulnerability, Coping Capacity, and Resilience sections of the page with the same issue.
Hi, just following up again. Thanks!
Hi Stefan, that geo chart isn’t from the Visualizer plugin, any of the bar charts on the page would be what we’re looking at.
And that geo chart plugin is disabled on dev.pdc.org (see full url above), so please ensure you didn’t open the link to test.pdc.org that has all the plugins still enabled and v. 3.7.2 of Visualizer (last version where tooltips work for us).
Hi, I’ve disabled all plugins and tested but the latest version still displays no Tooltips on hover while version 3.7.2 works as it should.
Only Visualizer enabled: https://dev.pdc.org/risk-and-vulnerability/
All plugins enabled on v. 3.7.2: https://test.pdc.org/risk-and-vulnerability/
Please let me know what other info/access I can get you to help get this resolved. Thanks so much!
I’ve confirmed the chart settings are correct: https://www.loom.com/share/f42331565b104df6bb97d2cfac9051fb
Please let me know what other info I can provide. Thanks!
Following up, do you have any updates available?
My apologies! We had an issue with our test server but it’s back online now.
Thank you for your reply, we’ve had to rollback to Version 3.7.2 on our production site to fix this issue.
Here is a link to our staging site, the only difference is the Visualizer plugin has been updated to the latest version so you can see the issue: https://dev.pdc.org/risk-and-vulnerability/
The latest version of the plugin seems to have possibly solved this.
Could my original issue have been that I had the graph in an accordian?
https://test.pdc.org/risk-and-vulnerability/I do see it working fine in your demo here: https://demo.themeisle.com/visualizer/bubble-chart/
Is that also using a Google chart?
I am also trying to use a chartjs Scatter plot but I only see Google Charts as an optionActually, this was happening on all my bar charts but stopped. Now it just happens on Bubble charts. Is there any other info you have that I could use to try to create a fix?
Hi there!
Just checking in to see if you know what may be causing this.
Also, I need to force titles to always display for the Bubbles, and ideally make all of them bigger (bigger starting point size).Could you help me with that? Thanks so much!
Forum: Plugins
In reply to: [Visualizer: Tables and Charts Manager for WordPress] Color chart by valueThank you for the response,
I added hex color codes to the CSV source file but needed to manually set the color for each bar in the chart. Ideally, we’d set a value range per color and it would display automatically.
Actually, the above solution only works on the backend, not the frontend of the site.
I was able to get it working using the following JSON:
{"series": { "#993405": {"color": "#993405"}, "#ff9b29": {"color": "#ff9b29"}, "#ffda8f": {"color": "#ffda8f"} } }If there is a way to get it working automatically from the CSV value, that would be great for future use.