Is there a way to wrap entire template within ajax call in order to dynamically add or remove columns and rows, and to change values?
Examples:https://developers.google.com/chart/interactive/docs/animation
Regards
Hi Delisa,
Interesting scenario! Unfortunately this is not possible at the moment since there is no way to access the chart object with the PocketQuery JS API. But I will take this in regard for further development on the plugin. In the meantime, you could have a workaround with a time interval with setTimeout instead of using the events. Like this:
<script> PocketQuery.chart(...); setTimeout(function() { // do something }, 2000); // do this in two seconds </script>
This is only a workaround solution. I will implement a better way to achieve what you want in the future.
Regards, Felix [Scandio]
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.