reactochart icon indicating copy to clipboard operation
reactochart copied to clipboard

:chart_with_upwards_trend: React chart component library :chart_with_downwards_trend:

Results 58 reactochart issues
Sort by recently updated
recently updated
newest added

The last code block on README is using `json` for syntax highlighting while `js` is a better fit given its content (webpack config). This incorrect choice of language leads to...

Bumps [ejs](https://github.com/mde/ejs) from 3.1.6 to 3.1.8. Release notes Sourced from ejs's releases. v3.1.8 Version 3.1.8 v3.1.7 Version 3.1.7 Commits 5126ff5 Version 3.1.8 7d5a1c6 Merge branch 'main' of github.com:mde/ejs into main...

dependencies

Bumps [node-forge](https://github.com/digitalbazaar/forge) from 1.2.1 to 1.3.1. Changelog Sourced from node-forge's changelog. 1.3.1 - 2022-03-29 Fixes RFC 3447 and RFC 8017 allow for optional DigestAlgorithm NULL parameters for sha* algorithms and...

dependencies

Bumps [sinon](https://github.com/sinonjs/sinon) from 9.2.4 to 14.0.0. Changelog Sourced from sinon's changelog. 14.0.0 c2bbd826 Drop node 12 (Morgan Roderick) And embrace Node 18 See https://nodejs.org/en/about/releases/ Released by Morgan Roderick on 2022-05-07....

dependencies

Bumps [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) from 5.3.0 to 6.3.0. Release notes Sourced from react-router-dom's releases. v6.3.0 What's Changed Added the v5 to v6 backwards compatibility package 💜 (remix-run/react-router#8752). The official guide can be...

dependencies

Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 16.14.0 to 17.0.2. Release notes Sourced from react's releases. 17.0.2 (March 22, 2021) React DOM Remove an unused dependency to address the SharedArrayBuffer cross-origin isolation warning. (@​koba04...

dependencies

Bumps [chai](https://github.com/chaijs/chai) from 4.3.4 to 4.3.6. Release notes Sourced from chai's releases. v4.3.6 Update loupe to 2.3.1 v4.3.5 build chaijs fca5bb1 build(deps-dev): bump codecov from 3.1.0 to 3.7.1 (#1446) 747eb4e...

dependencies

Hey, you should minify your css and js, check out the config [here](https://github.com/evenstensberg/webpack-react-boilerplate/blob/master/.webpack/webpack.client.prod.js#L99-L148) on how its done. Love

Work was done in https://github.com/spotify/reactochart/pull/138 but haven't had time to investigate why it's strictly enforced to be `middle` and `end` for X and Y AxisLabels.

In our app, we had previously used `scaleUtc`, in our charts. This allowed for tests run on CI to not care about time zones when parsing/reading dates. Reactochart doesn't have...