Add log scale suport to javafx.scene.chart
Chart only supports linear scale. A nice feature addition would be to have a support for log scale for data with very large range (ex. microseconds, which requires 1,000,000 points on Y-axis).
For example, a set of 0,100, 200, 300, 1000, 10000, 20000, 100000 should be visible with all points showing on a chart (example set representative of real world data I see while working onRT-17859)
Chart only supports linear scale. A nice feature addition would be to have a support for log scale for data with very large range (ex. microseconds, which requires 1,000,000 points on Y-axis).
For example, a set of 0,100, 200, 300, 1000, 10000, 20000, 100000 should be visible with all points showing on a chart (example set representative of real world data I see while working on
- duplicates
-
JDK-8091766 Implement logarithmic axis in charts
-
- Open
-