Skip to content
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.

Set flexible tick angle in heatmap #779

Open
Alexander-Dubrawski opened this issue Nov 9, 2020 · 0 comments
Open

Set flexible tick angle in heatmap #779

Alexander-Dubrawski opened this issue Nov 9, 2020 · 0 comments
Labels
enhancement New feature or request frontend

Comments

@Alexander-Dubrawski
Copy link
Collaborator

Is your feature request related to a problem? Please describe:
At the moment we have a fixed tick angle in the heatmap. It is set to 45 degrees. A better solution would be to set the tick angle in context to the number of segments that are displayed in the xaxis.

Please describe the solution you'd like:
One solution could be to interpolate between 0 and 90 degrees. For example, we interpolate between 0 and 90 degrees between 0 and 20 segments. If we have more than 20 segments we always use 90 degrees. For that, we need to dynamically update the layout options. At the moment we are only updating the datasets.

@Alexander-Dubrawski Alexander-Dubrawski added enhancement New feature or request frontend labels Nov 9, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request frontend
Projects
None yet
Development

No branches or pull requests

1 participant