javafx line chart with date axis
问题 I am trying to create a line chart in JavaFX. This line chart should have one axis (y) with numbers and another axis (x) with dates. The date range should be chosen by the user with two date pickers. Now here is my problem: Line chart only has category and number axis. Is there any way to integrate dates into the chart? 回答1: I had this same problem, the only difference being that my "Date" object wasn't a SQL date, it was my own concoction that should be similar enough that my experiences