Skip to content

Releases: react-financial/react-financial-charts

v0.1.5

12 Sep 09:21
064caf6
Compare
Choose a tag to compare

Bug Fixes

  • axis: adding strokeOpacity and missing props (7870a36), closes #29
  • axis: axisAt and orient now have defaults (509fab1), closes #31
  • colors: alpha channel is now used if rgba is used (0c3e2d5), closes #27
  • coordinates: updating default fill to #37474F (7b8362a), closes #30

v0.1.4

12 Sep 09:22
5cb021a
Compare
Choose a tag to compare

Bug Fixes

  • correcting types from ChartCanvas (a99551f)

v0.1.3

12 Sep 09:22
ecfc1ad
Compare
Choose a tag to compare

0.1.3 (2019-09-10)

Bug Fixes

  • ChartCanvas type is now optional (22365a2)
  • correcting and adding types to props (aa98bd3)

v0.1.2

12 Sep 09:23
c007230
Compare
Choose a tag to compare

Bug Fixes

  • interfaces from withDeviceRatio need to be public (6850ab1)

v0.1.1

12 Sep 09:23
faff1ad
Compare
Choose a tag to compare

Bug Fixes

  • adding missing readme from package (1f38c35)
  • specifing release branch as master (acd2982)

v0.1.0

12 Sep 09:23
79b6b7f
Compare
Choose a tag to compare

Bug Fixes

  • correcting color rendering for SAR svg (660b9f4)
  • correcting sliding window implmentation (abcd953)
  • disabling passive scrolling for mouse wheel (7efbcba)
  • fixing axis zoom (afc8778)
  • fixing various issues with drawing (357227c)
  • candlestick: candles should have a minimum height of 1 (8a37874)
  • removing readme from examples package (079b6c2)

Features

  • adding support for rgab, color and hex (df1ad7c)
  • initial conversion to typescript (9666923)
  • moving examples to storybook (3ce0955)