How to perform big numbers on axis (for example, 10^3 format) in chart?
问题 Using a big space performing long numbers is not a good decision. If I have a graph with a medium scale about 50 000, on the Y axis will be written "50 000, 60 000, 10 000". Can I perform it there like 50 * 10^3 or something else? It's necessary for charts with several scales like here 回答1: Use a tickLabelFormatter on the axis. For example: NumberFormat format = new DecimalFormat("#.#E0"); yAxis.setTickLabelFormatter(new StringConverter<Number>() { @Override public String toString(Number