New Product Launch - BoldDesk !
Introducing help desk ticketing software.
New Product LaunchBoldDesk: Help desk ticketing software starts at $10 for 3 agents.
Try it for free.
//To customize the decimal points
primaryYAxis:
{
labelFormat: "N3",
title: { text: 'Power Consumption' },
range: { min: 5, max: 54, interval:8.534 }
},
//To display both units and decimalpoints
axesLabelRendering: function(args){
if(args.data.axis.name == "SecondaryAxis"){
args.data.label.Text= args.data.label.Text + 'unit';
}
}, |