- update README (@andrewdazs and @iammosespaulr)
- fix crash in Axis component (@krzysztof-miemiec - #238)
- Introduce grouped LineChart (@alburdette619 - #240)
- Introduce grouped StackedBarChart (@alburdette619 - #239)
- Fix 'transparent' color for X-Axis and Y-Axis in RN 0.57 (@denieler - #256)
- Added extra props to axis children (@alburdette619 - #276)
- Create interaction handle during animation (@Jyrno42 - #314)
- Stacked Area Chart: Pass
areas
down to children (@attitude - #316) - Added more props to axis children (@buschco - #326)
- Fix blinking animation (@andycloke - #329)
- Fix YAxis using Unnecessary max/min value before definition (@saji-ryu - #354)
- prevent crash on undefined data (@usrbowe - #355)
- remove eslint formatting in favor of prettier (easier to contribute)
- remove circleci checks as they didn't add any value (easier to contribute)
- Add
x(Min|Max)
andy(Min|Max)
- Add
clamp(X|Y)
to use in conjunction with above props (defaultfalse
) - Add xScale to StackedAreaChart along with (x|y)Accessor