-
Notifications
You must be signed in to change notification settings - Fork 121
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: cleanup example prop default values #173
Conversation
Because SVG renderer is not ready yet, this commit will set the rendering to canvas as default.
BasicSeries component and in general the basic series type was a generic type never used on code.
Codecov Report
@@ Coverage Diff @@
## master #173 +/- ##
==========================================
+ Coverage 96.62% 96.99% +0.36%
==========================================
Files 36 36
Lines 1867 1861 -6
Branches 251 250 -1
==========================================
+ Hits 1804 1805 +1
+ Misses 54 48 -6
+ Partials 9 8 -1
Continue to review full report at Codecov.
|
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.
LGTM
jenkins, test this |
## [3.11.2](v3.11.1...v3.11.2) (2019-04-16) ### Bug Fixes * cleanup example prop default values ([#173](#173)) ([ab19df0](ab19df0))
🎉 This PR is included in version 3.11.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
## [3.11.2](elastic/elastic-charts@v3.11.1...v3.11.2) (2019-04-16) ### Bug Fixes * cleanup example prop default values ([opensearch-project#173](elastic/elastic-charts#173)) ([0c01661](elastic/elastic-charts@0c01661))
Summary
Because we started having some users of the library , it's better to start cleaning up a bit the default and the examples to avoid propagate unnecessary styles to new users.
This PR can partially solve the issues described here: #121
This PR cleans up a bit the current examples:
yScaleToDataExtent
is default to false, I've removed the unneccessary prop from examplebasic
scale type from code. It was never used and can lead to possible misunderstandingsChecklist
Use
strikethroughsto remove checklist items you don't feel are applicable to this PR.[ ] Unit tests were updated or added to match the most common scenarios