Custom labels in Y-Axis

Hi All,
Is there facility to customize the Y-Axis label to show bytes traffic information rather then plain integer value.

Example:
In Highcharts we have Y-Axis Label Formatter, which allow us to show customize text in Y-Axis.
URL: http://api.highcharts.com/highcharts/yAxis.labels.formatter

This gives an easy way of putting formatted values in y-axis for multiple traces.

Thanks,
Hitesh

plotly.js doesnโ€™t expose tick-label-value call backs.

You can try using a combination of tickvals and ticktext (example: http://codepen.io/etpinard/pen/zqLxzm) to set custom tick labels.

Thanks for your suggestion. I was able to mock and get the desired output.