Showing Chart
The widget uses chart.js
for showing the doughnut chart. By default the showChart
option is set to 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.
$(document).ready(function(){
$(".emic-calculator").emiculator({
showChart : false
});
})
Last updated
Was this helpful?