Skip to content

jQuery plugin that lets you easily create a graph like tickmarked axis

Notifications You must be signed in to change notification settings

jmfairlie/jquery.axis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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

About

jQuery plugin that lets you easily create a graph like tickmarked axis

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published