react-financial-charts

Charts dedicated to finance.

MIT License

Stars
1.1K

Bot releases are hidden (Show)

react-financial-charts - v2.0.1 Latest Release

Published by markmcdowell over 1 year ago

2.0.1 (2023-05-13)

Note: Version bump only for package root

react-financial-charts - v2.0.0

Published by markmcdowell over 1 year ago

2.0.0 (2023-05-12)

Bug Fixes

  • ChartCanvas no longer uses UNSAFE_componentWillReceiveProps (a9643a2)

  • Circular import causing use before initialization (5921432)

  • core: fixing chart flickering (9fe8cc7)

  • core: fixing spreading interaction props (c6a98fb)

  • Data updates cause chart to immediately render with correct scale and data (729d3c3)

  • Fixed warning from React about using getSnapshotBeforeUpdate without componentDidUpdate (5da4fd0)

  • make FibonacciRetracement appearance prop type the same as EachFibRetracementProps ones (28d324f)

  • Resolved another circular dependency (8ac704c)

  • utils: bump auto sizer to resolve react 18 issues (009d42e)

  • feat!: removing type module from package config (c6be298)

Features

  • add yAccessor to MouseCoordinateY coordinate (b1ddee4)
  • Eliminated unsafe lifecycle methods, rewrote GenericComponent and GenericChartComponent (7841001)
  • Migrated to new React context API (bec345b)

BREAKING CHANGES

  • no need for extensions in imports now
react-financial-charts - v1.3.2

Published by markmcdowell about 3 years ago

1.3.2 (2021-10-17)

Bug Fixes

  • series: fixing bug in CandlestickSeries (b7201f8), closes #594
  • do not round offset anymore (2dc53ee)
  • remove rounding of x-axis location (5cf2c13)
  • remove rounding of x-axis location (64e893f)
  • stop rounding offset (7944b2d)
react-financial-charts - v1.3.1

Published by markmcdowell over 3 years ago

1.3.1 (2021-06-16)

Bug Fixes

  • do not capture wheel when pan and zoom disabled (357383b)
react-financial-charts - v1.3.0

Published by markmcdowell over 3 years ago

1.3.0 (2021-05-23)

Bug Fixes

  • adding module to type property in package.json (1359ac6), closes #520

Features

  • series: provide a fillStyle factory option for the AreaSeries (b1249fa)
react-financial-charts - v1.2.2

Published by markmcdowell over 3 years ago

1.2.2 (2021-04-30)

Bug Fixes

  • interactive: correcting props on TrendLine (95cbb8e)
  • stories: adding showTicks={false} to XAxis in StockChart (4966ea7), closes #509
react-financial-charts - v1.2.1

Published by markmcdowell over 3 years ago

1.2.1 (2021-04-27)

Bug Fixes

  • annotations: fixing svg path annotation (05cd1ec), closes #496
react-financial-charts - v1.2.0

Published by markmcdowell over 3 years ago

1.2.0 (2021-04-26)

Features

  • series: adding connectNulls to AreaSeries (d800dc5), closes #497
react-financial-charts - v1.1.0

Published by markmcdowell over 3 years ago

1.1.0 (2021-02-26)

Bug Fixes

  • series: fixing volume profile series (584dd26), closes #418

Features

  • adding react 17 as peer dependency (569209b), closes #468
react-financial-charts - v1.0.1

Published by markmcdowell almost 4 years ago

1.0.1 (2021-01-01)

Bug Fixes

  • core: bug with panning on mobiles (db34691), closes #459
react-financial-charts - v1.0.0

Published by markmcdowell almost 4 years ago

1.0.0 (2020-12-30)

Bug Fixes

  • indexAccessor(d) on discontinuousTimeScaleProvider (48270a7)

Features

react-financial-charts - v1.0.0-alpha.16

Published by markmcdowell about 4 years ago

1.0.0-alpha.16 (2020-09-04)

Bug Fixes

  • core: removing colors (ceb8217)
  • series: fixing AlternateDataSeries filtering (65e31c4)
react-financial-charts - v1.0.0-alpha.15

Published by markmcdowell about 4 years ago

1.0.0-alpha.15 (2020-09-03)

Bug Fixes

  • coordinates: adding half a pixel for alignment on crosshair (d760ae4)
  • series: filtering plotData on AlternateDataSeries (2c435bf)

Features

  • stories: adding updating data example (8b39605)
react-financial-charts - v1.0.0-alpha.14

Published by markmcdowell about 4 years ago

1.0.0-alpha.14 (2020-09-02)

Bug Fixes

  • core: correcting xExtents type (d3607fe)
  • core: correcting zoom anchor types (052981a)
  • series: don't stroke markers by default (f564a8c)
  • stories: correcting file casing of series examples (b2bf6d7)

Features

  • series: adding AlternateDataSeries component (03fbb00)
react-financial-charts - v1.0.0-alpha.13

Published by markmcdowell about 4 years ago

1.0.0-alpha.13 (2020-09-01)

Bug Fixes

  • core: correcting xextents props (ec80146)
  • series: small performance improvments in bar and candles (98c06ea)
  • fixing scaling when data is discontinuous (4b20255)
  • axes: correcting tickFormat prop (f97e9c5)
  • core: correcting bar width with continuous scales (a967a18)
  • core: displayXAccessor is optional (d6a5dda)
  • interactive: correcting exports (afe3ba9), closes #440
  • series: correcting props & dealing with undefined data (99664ba)
  • removing canvas gradients (2205163)

Features

  • core: replaced onLoadMore with onLoadBefore & onLoadAfter (4957c32)
  • indicator: adding algorithm indicator (206c6a2)
  • stories: adding custom timeFormat to scales stories (c72b81c)
  • stories: adding scales examples (5cbcd9d)
react-financial-charts - v1.0.0-alpha.12

Published by markmcdowell about 4 years ago

1.0.0-alpha.12 (2020-08-28)

Bug Fixes

  • interactive: missing constructor to initialize state in HoverTextNearMouse (27f410a), closes #435
  • series: BarSeries should have opacity (7d6e414)
react-financial-charts - v1.0.0-alpha.11

Published by markmcdowell about 4 years ago

1.0.0-alpha.11 (2020-08-28)

Bug Fixes

  • coordinates: EdgeIndicator yAccessor should allow undefined (d0896e9)
react-financial-charts - v1.0.0-alpha.10

Published by markmcdowell about 4 years ago

1.0.0-alpha.10 (2020-08-28)

Bug Fixes

  • core: children can be undefined or null (17aa844)
  • core: using type guard to check type of canvas children (829ccfa), closes #417
  • stories: tts should be date (4c703bd)
  • utils: setting ref to readonly (8addf91)
  • correcting more props (2b3c1e0)
  • correcting zoomAnchor prop type (981077b)
react-financial-charts - v1.0.0-alpha.9

Published by markmcdowell about 4 years ago

1.0.0-alpha.9 (2020-08-24)

Bug Fixes

  • stories: correcting props on Axis story (dc48f12)
  • adding more prop types (c3985d5)
  • interactive: fixing undefined bug with interactive chart (50b1ff7)
  • stories: correcting loading intraday data (cd7e8bd)

Features

  • axes: allowing tick labels without tick lines (f0cf6b9)
  • adding more prop types across all components (efefd4d)
react-financial-charts - v1.0.0-alpha.8

Published by markmcdowell about 4 years ago

1.0.0-alpha.8 (2020-08-17)

Bug Fixes

  • correcting prop types and docs (198f0a5)
  • removing explict returns (999b5ac)
  • tooltip: fixing group tooltip props (ba43c36)

Features

  • exporting props from components for docs (fbdaea5)
Badges
Extracted from project README
codecov GitHub license npm version FOSSA Status
Related Projects