We have just released a new plugin called Charts and Graphs. That allows you to display your data and analytics in a graphical way. Currently we have available the Pie, Donut, Bar and Line charts with several customisations for each for them.
Preview doesnāt load graph. Probably because you are targeting a file without the full url in shared header.
Also, if possible, donāt add shared header. They are added on all page even if the element is not on the page.
Yup I am facing the exact same issue. The graph doesnāt update automatically when its data source is a dynamic data that changes. But thank you @bildungsreformjetzt for bringing this amazing app
Hi Boston, not yet
The elements are rendered with a unique id, in case the more charts are added at the same document, there is a conflict between them. We are currently working on this issue!
Thank you for your quick answer. Nice to know that you are already working on the solution. I will continue to consider your plugin in my application in the hope that everything will be solved soon.
The way I work around that when using javascript and html elements in my app is to provide a dynamic IDā¦the only real dynamic component is a number at the end (mychart-1, mychart-2 etc)
I donāt know enough about the plugin editor and building plugins to suggest how to do that in the plugin itself, but that might be possible in there as well. Might be something like what Bubble does automatically when they append alphanumeric values when an element is placed on the page (line-a, line-b).
Hi I am facing an issue with this plugin. Whenever I set the visibility of the graph to āinvisibleā and then switch it back to āvisibleā , the graph just disappeared.
Thank you for the plugin!
The plugin doesnāt work anymore! it shows an error on my page called:
āBug in custom code TypeError: Cannot read properties of undefined (reading ā_ar_objectā)
at HTMLDocument.eval (PLUGIN_1656156230536x298565765509152800/Charts-and-Graphs-updateāPieāDonut-Chart----.js:67:92)ā
This is due to unique ID not being populated correctly. author of this plugin can easily fix it and publish the new code. in the mean time , you can use Simple Pie Chart JS thatās using the same library for pie charts.