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 #7

Open
fmpwizard opened this issue Jul 29, 2013 · 0 comments
Open

Flot widget does not support tick formatting #7

fmpwizard opened this issue Jul 29, 2013 · 0 comments
Labels

Comments

@fmpwizard
Copy link
Member

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.

Migrated from lift/framework#845

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

No branches or pull requests

1 participant