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

feat: accumulate-relative stacked bar chart stack mode #1375

Merged
merged 1 commit into from
Nov 3, 2022

Conversation

dangreen
Copy link
Collaborator

@dangreen dangreen commented Nov 2, 2022

new stack mode was implemented

closes #1167

@github-actions
Copy link

github-actions bot commented Nov 2, 2022

size-limit report 📦

Path Size
dist/index.cjs 7.21 KB (+0.65% 🔺)
dist/index.js 7.16 KB (+0.59% 🔺)
dist/index.css 1.23 KB (0%)

@codecov-commenter
Copy link

Codecov Report

Merging #1375 (65febba) into main (1438bad) will decrease coverage by 0.09%.
The diff coverage is 64.28%.

@@            Coverage Diff             @@
##             main    #1375      +/-   ##
==========================================
- Coverage   74.51%   74.41%   -0.10%     
==========================================
  Files          42       42              
  Lines        1240     1247       +7     
  Branches      324      326       +2     
==========================================
+ Hits          924      928       +4     
- Misses        235      238       +3     
  Partials       81       81              
Impacted Files Coverage Δ
src/charts/BarChart/BarChart.ts 67.82% <64.28%> (-0.70%) ⬇️

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

new stack mode was implemented

closes #1167
@dangreen dangreen force-pushed the feat-accumulate-relative-stack-mode branch from 65febba to 4123192 Compare November 3, 2022 11:27
@dangreen dangreen merged commit ce13067 into main Nov 3, 2022
@dangreen dangreen deleted the feat-accumulate-relative-stack-mode branch November 3, 2022 11:39
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.

Stacked bar starting at negative values
2 participants