-
Notifications
You must be signed in to change notification settings - Fork 18
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(graphHelpers,chartArea): issues/92 tooltip labels #113
Conversation
…#113) * graphHelpers, fix the label display, added No Data * chartArea, fix tooltip positioning * locales, add in No Data
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Appears the y-axis range is coming across messed up, repeating increments/ticks. Need to fix before this can be merged
Codecov Report
@@ Coverage Diff @@
## ci #113 +/- ##
==========================================
- Coverage 91.32% 91.28% -0.04%
==========================================
Files 27 27
Lines 553 562 +9
Branches 145 148 +3
==========================================
+ Hits 505 513 +8
- Misses 38 39 +1
Partials 10 10
Continue to review full report at Codecov.
|
…#113) * graphHelpers, fix the label display, added No Data * chartArea, fix tooltip positioning * locales, add in No data
* y axis ticks were being rounded incorrectly instead of abbreviated * updated package and unit test to confirm abbreviation continues
* graphHelpers, fix the label display, added No Data * chartArea, fix tooltip positioning * locales, add in No data
* graphHelpers, fix the label display, added No Data * chartArea, fix tooltip positioning * locales, add in No data
What's included
How to test
Proxy run check
$ yarn
$ yarn start:proxy
Example
Updates issue/story
closes #92