Sets the logarithm base for Axis Y. Works only when logarithm property is set to true.
var chart = new CanvasJS.Chart("container", { . . axisY:{ . . logarithmic: true, logarithmBase: 2, . . }, . . }); chart.render();
Also See: