Reload a wordpress page with javascript

I need to build a charts with chartjs library.

I’ve got a strange behavior with firefox : the charts behaves randomly :

  • sometimes it’s OK and sometimes I need to click several time on my button

is anyone know a method in javascript to force the reload via a simple button like this? :

<a href="javascript:window.location.reload(true)" class="refresh">Refresh the page</a>