The widget uses chart.jsarrow-up-right for showing the doughnut chart. By default the showChart option is set to true .
chart.js
showChart
true
You will need to load the chart.js file in your webpage.
However, if you don't want to show widget, set the showChart : false while initializing.
showChart : false
$(document).ready(function(){ $(".emic-calculator").emiculator({ showChart : false }); })
Last updated 6 years ago