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

Add library of tick formatters #80

Closed
chnn opened this issue Jun 4, 2019 · 0 comments · Fixed by #94
Closed

Add library of tick formatters #80

chnn opened this issue Jun 4, 2019 · 0 comments · Fixed by #94
Assignees
Labels

Comments

@chnn
Copy link
Contributor

chnn commented Jun 4, 2019

There are two issues with the current tick formatting API: #67, #79.

To fix these problems I propose we expose several tick formatting utilities in the vis library, which can handle common cases like formatting times or formatting quantities of bytes.

These utilities could be composed with user specific functions to fix #67.

It would also let us generate ticks more intelligently when the baked-in tick formatting utilities are used, since we can take into account the formatting when generating ticks. This would fix #79.

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

Successfully merging a pull request may close this issue.

1 participant