Skip to content
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

fix Legend overlapping problem #96

Merged
merged 6 commits into from
Oct 13, 2021
Merged

fix Legend overlapping problem #96

merged 6 commits into from
Oct 13, 2021

Conversation

lovedeep92
Copy link
Collaborator

JIRA:
See ticket here - https://jira.rax.io/browse/MNRVA-828

Description:

  1. Fixed overlapping issue of text between legends.

  2. fixed height issue for legends and if it is more than 6 then move to next line.

Testing:

use below version of hedwig inside minerva project and check the changes. you can also check the same on hedwig project as well.

Link :- https://github.com/racker/Hedwig/releases/tag/v1.7.0

Screenshots:
(if applicable)

Screenshot 2021-10-11 at 4 20 45 PM

@lovedeep92
Copy link
Collaborator Author

lovedeep92 commented Oct 11, 2021

Please ignore umd file and also I have tested the logic upto 18 records!

@@ -1,6 +1,6 @@
{
"name": "hedwig-monitoring-library",
"version": "1.4.0",
"version": "1.7.0",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These should be minor patch releases. e,g. 1.4.1.

Copy link
Contributor

@FarajiA FarajiA left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's usually not good practice to create a release from a feature branch. This can create all sorts of problems. For one the branch is not reviewed and can submitted without build tests. In the future releases from master branch only.

Can you make a test for the legends?

@lovedeep92 lovedeep92 merged commit 59523af into master Oct 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants