EmmanuelDodoo / modav

Data Visualization tool written in Rust and with Iced
2 stars 1 forks source link

Rotated X points text #26

Open EmmanuelDodoo opened 2 months ago

EmmanuelDodoo commented 2 months ago

Given that the label for the Y axis can be rotated, the points on the X axis could also have their text rotated.

Originally posted by @EmmanuelDodoo in https://github.com/EmmanuelDodoo/modav/issues/18#issuecomment-2351795658

EmmanuelDodoo commented 2 months ago

While rotating the text could help with legibility when the points are numerous, there are some extra things to consider.

If a particular text is long, is it better to have part of the text clipped outside the view or enter the actual graph?

Should particularly lengthy text be truncated?

At what point (number of points) should the text be rotated?