Hi,
Is it possible to let users create their own charts and graphs within your application? I’m hoping to allow users to chose data from the database and create charts and graphs.
Please let me know how to approach this.
Hi,
Is it possible to let users create their own charts and graphs within your application? I’m hoping to allow users to chose data from the database and create charts and graphs.
Please let me know how to approach this.
you may found plugins for displaying charts and graphs
I know how to create charts/graphs from the editor side, but can I make it so users of my app can create custom charts/graphs?
Create a repeater group with graphics and a database that will feed
I’m not sure I understand what you mean, but what appears to be a creation from the user’s point of view is actually probably just showing a hidden element, that means you need to put the charts/graphs in the editor and make it hidden, and then it appears when the user selects specific data for the charts/graphs to display and triggers an event, and if the user will create more than one charts/graphs so you need to put the charts/graphs in a repeating group.