knowm / XChart

XChart is a light-weight Java library for plotting data.
http://knowm.org/open-source/xchart
Apache License 2.0
1.5k stars 396 forks source link

Labels in XYChart? #843

Open markwoon opened 5 months ago

markwoon commented 5 months ago

I can't seem to figure out how to add labels to an XYChart.

I found issue #106, but it looks like that code has been removed. Is it possible to add labels on an XYChart?

timmolter commented 4 months ago

What do you mean by "label" exactly? Did you see cursors: https://github.com/knowm/XChart?tab=readme-ov-file#cursor?

timmolter commented 4 months ago

post a screenshot of any chart with a label on it so I understand what you mean.

markwoon commented 4 months ago

labels

I would like permanent labels, not something that only shows up on hover.