williaster / data-ui

A collection of data-rich UI components πŸ“ˆ
https://williaster.github.io/data-ui/
MIT License
546 stars 69 forks source link

fix(xy-chart): allow rangePadding override #190

Closed williaster closed 5 years ago

williaster commented 5 years ago

πŸ› Bug Fix

Fixes #189 by allowing rangePadding override on Axis components.

codecov[bot] commented 5 years ago

Codecov Report

Merging #190 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff           @@
##           master    #190   +/-   ##
======================================
  Coverage    80.5%   80.5%           
======================================
  Files         109     109           
  Lines        2432    2432           
  Branches      570     570           
======================================
  Hits         1958    1958           
  Misses        291     291           
  Partials      183     183
Impacted Files Coverage Ξ”
packages/xy-chart/src/chart/XYChart.jsx 76.51% <100%> (ΓΈ) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Ξ” = absolute <relative> (impact), ΓΈ = not affected, ? = missing data Powered by Codecov. Last update 00f8a42...fb47653. Read the comment docs.

williaster commented 5 years ago

confirmed fix in demo image