-
-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windrose legend overlaps under mobile when using knots [BUG] #249
Comments
Hello!
I added a new configuration, This should hopefully fix the overlapping text. The new configuration will be included in the next upcoming release!
May I ask, how you did this? Probably this should be also configurable? |
That looks great! For the Gauge, I went in the javascript code in main.js and removed the part where it adds the unit to each tick. It was challenging to find as it was minified, but I figured it out. It would definitely be great if it could be configured. I love also the new option for the legend position. It was also bothering me as it was often too close to the graphs. |
Sounds like a bit pain in the... I added
Great, happy to hear that! |
Hello
I noticed that because we are using knots, the legend for the windRose overlaps a lot on mobile. Also, seeing "knots" so many times seems redundant.
I was wondering if it would be possible to remove the unit (leaving just the range in numbers)?
This is what I see on mobile:
I also removed the units from the ticks on Gauges, for a cleaner look but I couldn't figure how to do it on the windRose.
thank you!
The text was updated successfully, but these errors were encountered: