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: data normalization with alignment #1365

Merged
merged 1 commit into from Oct 5, 2022
Merged

fix: data normalization with alignment #1365

merged 1 commit into from Oct 5, 2022

Conversation

dangreen
Copy link
Collaborator

@dangreen dangreen commented Oct 5, 2022

fixes multi series charts rendering

fixes #1235

@github-actions
Copy link

github-actions bot commented Oct 5, 2022

size-limit report 📦

Path Size
dist/index.cjs 7.16 KB (+0.35% 🔺)
dist/index.js 7.12 KB (+0.34% 🔺)
dist/index.css 1.23 KB (0%)

@codecov-commenter
Copy link

codecov-commenter commented Oct 5, 2022

Codecov Report

Merging #1365 (b65da4c) into main (0223b1f) will increase coverage by 0.40%.
The diff coverage is 83.33%.

@@            Coverage Diff             @@
##             main    #1365      +/-   ##
==========================================
+ Coverage   74.11%   74.51%   +0.40%     
==========================================
  Files          42       42              
  Lines        1236     1240       +4     
  Branches      324      324              
==========================================
+ Hits          916      924       +8     
+ Misses        237      235       -2     
+ Partials       83       81       -2     
Impacted Files Coverage Δ
src/utils/functional.ts 75.00% <50.00%> (ø)
src/axes/FixedScaleAxis.ts 100.00% <100.00%> (ø)
src/core/data/normalize.ts 87.03% <100.00%> (+1.03%) ⬆️
src/charts/BarChart/BarChart.ts 68.51% <0.00%> (+3.70%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

fixes multi series charts rendering

fixes #1235
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Invalid data placement in bar chart
2 participants