• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Runing easypiechart from HTML page

 
Ranch Hand
Posts: 58
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello;

We are using easypiechart  in our html page and this easypiechart is a JavaScript file that is included in the page using <script>src="js/easypiechart.js"</script>, the problem that I am facing that if values are changed, we need to re-draw the circle of the easypiechart without refresh the page, so I am not able to know how to do this. So I appreciate if possible to help.

This easypiechart was obtained from template from this link: https://mediatool.com/

By the way, I am able to change the values of the easypiechart, I can do this using the following:



But I do not know which method to called to re-draw the circle of the easypiechart.

Below are the scripts that are used:



And below is the easypiechart.js code (I know it is long, but I have to add it):




Regards
Bilal
 
reply
    Bookmark Topic Watch Topic
  • New Topic