Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flot widget does not support tick formatting #845

Closed
mraccola opened this issue Jan 15, 2011 · 2 comments
Closed

Flot widget does not support tick formatting #845

mraccola opened this issue Jan 15, 2011 · 2 comments

Comments

@mraccola
Copy link

The Flot widget does not support formatting ticks. The Flot JavaScript library provides a "tickFormatter" option for customizing the axes.

Alternatively the "tick" option supports passing in a two-element array to map numeric ticks to a string to display as the label. Here is an example from the the Flot API.txt:

ticks: [[0, "zero"], [1.2, "one mark"], [2.4, "two marks"]]

See http://groups.google.com/group/liftweb/browse_thread/thread/c89dcdef4389cd4d?hl=en# for reference.

@github-importer
Copy link

Imported from Assembla: http://www.assembla.com/spaces/liftweb/tickets/845

@fmpwizard
Copy link
Member

Moved to liftmodules/widgets#7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants