HanSolo / tilesfx

A JavaFX library containing tiles that can be used for dashboards.
Apache License 2.0
1.43k stars 201 forks source link

LineChart display value? #133

Closed zoeyyyzou closed 2 years ago

zoeyyyzou commented 2 years ago

How can I display the value of each point in linechart. Just like this:

image
HanSolo commented 2 years ago

I've modified the Demo class (from line 235) so that it shows how to make values for each point visible. The modification came with commit 15db3b7a3d5b4edaecf0392c6db7f1d4bdef22a9.