Title: Auto refresh
Last modified: August 21, 2016

---

# Auto refresh

 *  Resolved [smit.511](https://wordpress.org/support/users/smit511/)
 * (@smit511)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/auto-refresh-3/)
 * Hi
 * I am trying to show a stock market chart using this plugin. My main requirement
   is to refresh the chart on a button click, so that it can take the new data from
   the .csv everytime. Kindly tell me how do I go about it? Will adding the hooks
   to the plugin’s index.php do it? Or one must refresh the entire page to see the
   updated chart?
 * [https://wordpress.org/plugins/visualizer/](https://wordpress.org/plugins/visualizer/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Thread Starter [smit.511](https://wordpress.org/support/users/smit511/)
 * (@smit511)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/auto-refresh-3/#post-4713093)
 * I tried the filter hook as explained on your wiki. It is updating the data, but
   it is not updating the graph without refreshing the page. How do I enable that?
 *  [eugene.manuilov](https://wordpress.org/support/users/madpixels/)
 * (@madpixels)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/auto-refresh-3/#post-4713146)
 * Hi [@smit](https://wordpress.org/support/users/smit/).511
 * There is visualizer javascript object on your page, which contains charts data
   and render/rendorChart(id) methods. You need to update chart data part of that
   object via AJAX and then call render (to refresh all charts) or renderChart(id)(
   to refresh exact chart) method.
 *  [parioni8](https://wordpress.org/support/users/parioni8/)
 * (@parioni8)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/auto-refresh-3/#post-4713368)
 * Excuse me, I’m using jquery.SmoothState.js in my WordPress and nothing appear
   until I refresh the page. How to do?
 * [https://github.com/weblinc/jquery.smoothState.js/issues/64](https://github.com/weblinc/jquery.smoothState.js/issues/64)

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Auto refresh’ is closed to new replies.

 * ![](https://ps.w.org/visualizer/assets/icon-256x256.gif?rev=3084574)
 * [Visualizer: Tables and Charts Manager for WordPress](https://wordpress.org/plugins/visualizer/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/visualizer/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/visualizer/)
 * [Active Topics](https://wordpress.org/support/plugin/visualizer/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/visualizer/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/visualizer/reviews/)

## Tags

 * [ajax](https://wordpress.org/support/topic-tag/ajax/)

 * 3 replies
 * 3 participants
 * Last reply from: [parioni8](https://wordpress.org/support/users/parioni8/)
 * Last activity: [11 years, 9 months ago](https://wordpress.org/support/topic/auto-refresh-3/#post-4713368)
 * Status: resolved