-
Notifications
You must be signed in to change notification settings - Fork 122
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
chore: minor naming unification #984
Conversation
Codecov Report
@@ Coverage Diff @@
## master #984 +/- ##
==========================================
+ Coverage 70.80% 70.89% +0.08%
==========================================
Files 345 361 +16
Lines 10998 10626 -372
Branches 2314 2177 -137
==========================================
- Hits 7787 7533 -254
+ Misses 3198 3004 -194
- Partials 13 89 +76
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
@@ -205,9 +205,9 @@ On the current `Visualize Editor`, you can stack or cluster in the following cas | |||
|
|||
### Multiple charts/Split charts/Small Multiples (phase 2) | |||
|
|||
Small multiples are created using the `<SmallMultiples>` component, that takes multiple `<SplittedSeries>` component with the usual element inside. `<SplittedSeries>` can contain only `BarSeries` `AreaSeries` and `LineSeries` Axis and other configuration need to be configured outside the `SplittedSeries` element. | |||
Small multiples are created using the `<SmallMultiples>` component, that takes multiple `<splitSeries>` component with the usual element inside. `<splitSeries>` can contain only `BarSeries` `AreaSeries` and `LineSeries` Axis and other configuration need to be configured outside the `splitSeries` element. |
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.
I haven't found a <SplittedSeries>
so this doc line needs an update in a real PR (coming up later) so I avoid carbon waste by not pushing a restore to uppercase
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.
all good robert, this file should be updated anyway as this is not more the way you can create a small multiple
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.
Thanks for fixing my italianiglish :D
the .mdx files are not used yet so it is fine for me.
The same for the wiki overview file
# Conflicts: # src/mocks/series/series_identifiers.ts
🎉 This PR is included in version 24.5.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Summary
No functional or API change, just unifying some names, see by commit. Was going to slap it to a PR but it'd have made review difficult.
Both
common
andcommons
are legit terms, though the former is more common in currentmaster
and in most software repos, and these are local utils, so leaned toward the former, as we had both