chartist-js / chartist

Simple responsive charts
https://chartist.dev
MIT License
13.34k stars 2.53k forks source link

fix: data normalization with alignment #1365

Closed dangreen closed 2 years ago

dangreen commented 2 years ago

fixes multi series charts rendering

fixes #1235

github-actions[bot] commented 2 years ago

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 commented 2 years ago

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%) :arrow_up:
src/charts/BarChart/BarChart.ts 68.51% <0.00%> (+3.70%) :arrow_up:

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