🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

Axis.js is a very small jQuery plugin which creates a ruler-style responsive horizontal graph axis with labels and tick marks for web/mobile layout design.

Ruler

Documentation

jquery.axis

A jQuery plugin to add graph axis like tickmarks to any container

How To use

  $("#yourdiv").axis({start:0, length:100});    //later on you can change the axis range by calling the update method    $("#yourdiv").axis('update',[100,100]); 

creation options

methods

Author

[email protected]

Acknowledgments


You May Also Like