try it
var data = {
labels: ["1","2","3","4","5"],
datasets: [
{
label: "My First dataset",
fillColor: "rgba(220,220,220,0.5)",
strokeColor: "rgba(220,220,220,0.8)",
highlightFill: "rgba(220,220,220,0.75)",
highlightStroke: "rgba(220,220,220,1)",
data: [15000000000000088,15000000000000133,15000000000000177,15000000000000221,15000000000000308]
},
]
};
var ctx = document.getElementById("radaranalytics").getContext('2d');
var radar = new Chart(ctx).Bar(data, {
scaleBeginAtZero: false,
scaleLabel: "<%=value/100000000000000000%>",
tooltipTemplate: "<%if (label){%><%=label%>: <%}%><%= value/100000000000000000 %>",
});
Fiddle - https://jsfiddle.net/2g794kxh/
Note that rounding the values on the chart is above the limit. See fooobar.com/questions/1619005 / ... for more details .
, / , 88, 133, 177 .., / 0.150000.....