Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 411 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 411 Bytes

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

jmfairlie@gmail.com

Acknowledgments