Browsed by
Tag: jquery

Dynamic data with Chart.js

Dynamic data with Chart.js

  The joy of using charts on you web site! I use chart.js and I have to say after getting MySql to extract the right data I wanted to change data dynamically without a post back to the page. I have to say that I did find some examples online on how to do that with chart.js but the easier one to implement was to build the Chartjs object in a separate php page that you can call with an Ajax call….

Read More Read More

Temperature report site revamp!

Temperature report site revamp!

Finally I did it!  Still struggling with PHP.  I was thinking of using django but I thought the learning curve was too much to tackle for a side project.  Absolutely loving Bootstrap and Chart.js both so easy to use and very good looking.  Have a look at the final result here. Soon I might post some code on how I got Chart.js to post dynamic charts with AJAX.