Skip to content

Tick labels format and auto range #657

Answered by wirew0rm
roman-59650 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi, welcome to chart-fx 👋

  1. without actually trying this out, i would point you towards https://github.com/ennerf/chart-fx/blob/56a6dcb5e8e420845bde48f6f21a3a4498fb1240/chartfx-chart/src/main/java/io/fair_acc/chartfx/axes/spi/format/DefaultFormatter.java#L39 setting this to Plain should disable the exponential form

  2. We thought about this for a long time and while for some cases this would be trivial to add it gets hard as soon as you have huge dynamic datasets there is no efficient algorithm to recompute the range and also the UX of which auto ranging axis depends on which other auto ranging axis is not easy to get right.
    I would suggest to not use chartfx's auto ranging but implement yo…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@roman-59650
Comment options

@wirew0rm
Comment options

Answer selected by roman-59650
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants