Fix missing grid ticks in dotplot #3525
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Also adds a overflow:hidden to the LGV overview scale bar header, currently the text can go outside the box which is visually a bit glitchy
Before
![Screenshot from 2023-02-17 10-25-31](https://user-images.githubusercontent.com/6511937/219722803-cdfc34dd-7be2-493b-afde-38c7774a9b4e.png)
After
![Screenshot from 2023-02-17 10-25-40](https://user-images.githubusercontent.com/6511937/219722867-9e6dd503-7dc1-41f0-ac2a-84af0c28a5b6.png)
Dotplot
Before
![Screenshot from 2023-02-17 10-27-53](https://user-images.githubusercontent.com/6511937/219723728-74613200-7822-4e77-a059-ac04e12b564f.png)
After
![Screenshot from 2023-02-17 10-28-02](https://user-images.githubusercontent.com/6511937/219723776-3d6e6ccb-ff56-49f1-9b2c-23ea993e52df.png)