Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

recharts

Redefined chart library built with React and D3
Collective - Host: opensource - https://opencollective.com/recharts - Website: https://recharts.org/ - Code: https://github.com/recharts/recharts

replace lodash _.get with simple Array.prototype.find

github.com/recharts/recharts - d202c63bc808b8319ee2b8c3ed3fd9e16ae4912f authored almost 7 years ago by Azim Khakulov <[email protected]>
Update CartesianAxis.js

github.com/recharts/recharts - 5433e5430b22a0c3d8f3f94fece50f8e5f77b37e authored almost 7 years ago by Jamsheed Kamardeen <[email protected]>
fix: fix default startAngle and endAngle of RadarChart, fix #1088

github.com/recharts/recharts - 8839e860ff62a2fa9c6707bac2723ac2afb7c89b authored almost 7 years ago by xile611 <[email protected]>
feat: add props id in <Area />, <Bar />, <Line />, <Scatter />, <Label />, <LabelList /> for SSR

github.com/recharts/recharts - 73c41aa7eb570ee18c4610ffdacb1044f54d1c17 authored almost 7 years ago by xile611 <[email protected]>
feat: add props `allowDuplicatedCategory` to XAxis, YAxis, PolarAngleAxis, PolarRadiusAxis, to remove duplicated category when type="category", fix #1034, #866, #842

github.com/recharts/recharts - 8d6eabd462145cf48db1f4dcda1a90d970c6befa authored almost 7 years ago by xile611 <[email protected]>
Merge pull request #1061 from tehstun/bug/baselineNaN

baseLine NaN / undefined

github.com/recharts/recharts - 4abe8c99d33cdfe02abd25a00c769b155aa91d3a authored almost 7 years ago by xile611 <[email protected]>
Merge pull request #1050 from pewniak747/sankey-diagram-props-update-fix

Fix sankey diagram not re-rendering when updating data prop

github.com/recharts/recharts - d21603ca05c6253606adbe863e9b6fc494b39787 authored almost 7 years ago by xile611 <[email protected]>
Merge pull request #1069 from Verca/patch-1

Delete console.log

github.com/recharts/recharts - c8bda715232b3bb0215d5bd4d85168e4b8cc5b55 authored almost 7 years ago by xile611 <[email protected]>
Delete console.log

doing `<Pie data={chartData} label={({name, value})=>`${name}: ${value}`} />` will spam develope...

github.com/recharts/recharts - fc459d67a652bef1ace61d35b7e740aa31bb9ff2 authored almost 7 years ago by Verca <[email protected]>
Version 1.0.0-beta.6

github.com/recharts/recharts - 97f840601c880ad90f3b348a9e9fca7ce92ce47e authored almost 7 years ago by xile611 <[email protected]>
test: update test case of PieChartSpec

github.com/recharts/recharts - 12956ebd4c0698416f57df7514fbd36ec9d1f7d8 authored almost 7 years ago by xile611 <[email protected]>
baseLine NaN / undefined

Fixed a bug when the baseline is NaN, null or undefined it will attempt to map an unmappable ent...

github.com/recharts/recharts - c3e0e7cfac5c4220f8122ce7d21981aff031f50d authored almost 7 years ago by Stephen <[email protected]>
Create property on tooltip for gpuRendering, replaces translate with translate3d for smoother animation at the cost of some memory

github.com/recharts/recharts - 09798ef6021723c4b0a975aa95c98ff317ab6ea9 authored almost 7 years ago by Rich <[email protected]>
feat: add props `background` to support background rectange in <Bar />, fix #987

github.com/recharts/recharts - ee54b6cce4443aab044b0dba78d08b8b9a527672 authored almost 7 years ago by xile611 <[email protected]>
fix: update PRESENTATION_ATTRIBUTES to allow set the radius of each <Rectangle /> of BarChart, fix #793

github.com/recharts/recharts - 5d0bb9d1ad7b19bd51cfded093d33ce244fe4e76 authored almost 7 years ago by xile611 <[email protected]>
fix: render Legend when all values of Pie is 0, fix #1042

github.com/recharts/recharts - b56e3af41962e39922d8cb773d4a0437317c3586 authored almost 7 years ago by xile611 <[email protected]>
chore: update gitignore

github.com/recharts/recharts - 3bce2d204804148e475ef419c945fcf88678457b authored almost 7 years ago by xile611 <[email protected]>
Fix sankey diagram not re-rendering when updating data prop

When `Sankey` component `data` prop changed, the state did not update
right away, instead it was...

github.com/recharts/recharts - 94e96b9ab7eb8013446edd7d7ded9ecab291c8a4 authored almost 7 years ago by Tomasz Pewiński <[email protected]>
feat: add props `tickMargin` which set the space between text and tick line, fix #830

github.com/recharts/recharts - 84a31c49bc53b02ed5b39ef94ffb3d2dcbfb3c83 authored almost 7 years ago by xile611 <[email protected]>
fix: fix animation of intial <Bar />

github.com/recharts/recharts - 67b95cc4e25fea9b5e093dcc638734eb3599a588 authored almost 7 years ago by xile611 <[email protected]>
fix: fix propType of Brush

github.com/recharts/recharts - 822ffa0349ae4029e6c2092dcde2641b89e2bd50 authored almost 7 years ago by xile611 <[email protected]>
Version 1.0.0-beta.5

github.com/recharts/recharts - a88b662d63b1b78ff257089a3c12a9e067a27f38 authored almost 7 years ago by xile611 <[email protected]>
feat: support LabelList in ScatterChart, fix #1041

github.com/recharts/recharts - 444ab90e8c02a464ca5ad2652208975f6cc5ba07 authored almost 7 years ago by xile611 <[email protected]>
fix: fix `isChildrenEqual` when chart has a single child in an array, fix #935

github.com/recharts/recharts - ed31898bcbe3f068d16aa5fbb90d4ec6f09c155a authored almost 7 years ago by xile611 <[email protected]>
test: add a test case of chart has a single child in an array

github.com/recharts/recharts - 7143a1766338c6154031a64fc354fd30f3abf0e1 authored almost 7 years ago by xile611 <[email protected]>
Version 1.0.0-beta.4

github.com/recharts/recharts - 955b66f92cd1ded8c61809dd00121088c1ad35dd authored almost 7 years ago by xile611 <[email protected]>
fix: add name to propTypes

github.com/recharts/recharts - 3605356fe80cb95cea837f0e5e9f577b853204c5 authored almost 7 years ago by xile611 <[email protected]>
fix: fix Label when content is a function and return simple string, fix #1036

github.com/recharts/recharts - 2d803ae7da3b07e5be5f494b8e9c75d7580704da authored almost 7 years ago by xile611 <[email protected]>
Version 1.0.0-beta.3

github.com/recharts/recharts - 9511adcf62ea0d8bb847b6b4c4d90e62b8ee73f9 authored almost 7 years ago by xile611 <[email protected]>
fix: replace ** width Math.pow

github.com/recharts/recharts - 9d83b1e32c46d98971b8e548bd018f2bb3f2364a authored almost 7 years ago by xile611 <[email protected]>
Version 1.0.0-beta.3

github.com/recharts/recharts - 9d42367e658cab6bed0a8f2517f17be9e0cf0957 authored almost 7 years ago by xile611 <[email protected]>
fix: fix the orders of polar angle ticks in RadarChart, Fix #1019

github.com/recharts/recharts - 69430b815877e98aca2101cee0dca8288a46aa6a authored almost 7 years ago by xile611 <[email protected]>
fix: fix exception of AreaChart when all the values are null, fix #1023

github.com/recharts/recharts - e9e481e98fa25cb96ea54e416d675ca373bba276 authored almost 7 years ago by xile611 <[email protected]>
feat: add datakey to proops of customized dot, fix #865

github.com/recharts/recharts - 5506a6eeb6ccc3a9390e00b0c2766909cd3709c9 authored almost 7 years ago by xile611 <[email protected]>
fix: fix eslint, and lint warnings

github.com/recharts/recharts - 7f727020a11dfe897da1616b8aa30c9f5ce7712a authored almost 7 years ago by xile611 <[email protected]>
fix: fix position of `<Label />`, fix #1022

github.com/recharts/recharts - cc67c6c7ed7c8525f7b1874ab1907a50b08c0848 authored almost 7 years ago by xile611 <[email protected]>
fix: fix lint error

github.com/recharts/recharts - f958fc846ffabfe391349cf64f8fe5f369443b7c authored almost 7 years ago by xile611 <[email protected]>
feat: allow to set customized props x, y of <Brush />, fix #1022

github.com/recharts/recharts - 9ccaf4407642c0463de8f4fb54bc38e8ed8b04d4 authored almost 7 years ago by xile611 <[email protected]>
Merge pull request #1031 from DaftApethIndustries/master

Possible fix: "Error: React.Children.only expected to receive a single React element child."

github.com/recharts/recharts - 957eeb92ef709545fa6235551069304669472296 authored almost 7 years ago by xile611 <[email protected]>
Merge pull request #1030 from huei-tan-sociomantic/Fix-Bar-Animation-Growing-Data

Fix Bar Animation with the given Magic Number

github.com/recharts/recharts - 11ce3e30f3d23d89b9cae08758a6848b082c5a7b authored almost 7 years ago by xile611 <[email protected]>
Add the comment of faking previous x location in Bar Component

github.com/recharts/recharts - 30b7943822570ceb6b07165970860d198be04462 authored almost 7 years ago by huei-tan-sociomantic <[email protected]>
Merge pull request #985 from remojansen/master

Support for "strokeDasharray" in <Legend/>

github.com/recharts/recharts - a7a8ed4038d81e64ca757ce0a1166f1a14ce4734 authored almost 7 years ago by xile611 <[email protected]>
Merge pull request #1007 from reinfer/dont-split-text-on-non-breaking-space

Don't break text contents on non-breaking spaces

github.com/recharts/recharts - 75ac2bd5dd0a65d3c0850288143c800d78e61e18 authored almost 7 years ago by xile611 <[email protected]>
Merge pull request #1025 from huei-tan-sociomantic/Fix-Line-Animation-Growing-Data

Fix Line Animation with given Magic Number

github.com/recharts/recharts - 1a35948cdba9fdcfb7f678ec10b71b923e7a9b33 authored almost 7 years ago by xile611 <[email protected]>
chore: update github issue template

github.com/recharts/recharts - 4030164a1de99cf0865e65b08d45b7ecdf649f65 authored almost 7 years ago by xile611 <[email protected]>
Merge remote-tracking branch 'refs/remotes/recharts/master'

github.com/recharts/recharts - 5cf7cca8900ccdd243514a462d73a5beba59ec73 authored almost 7 years ago by ryanand26 <[email protected]>
Removed the use of `Children.only` from the isSingleChildEqual call. Appears to resolve the issue logged at https://github.com/recharts/recharts/issues/935

github.com/recharts/recharts - b4f35c0b1cc95536c815f94cbaf386980a3260d9 authored almost 7 years ago by ryanand26 <[email protected]>
Added test case for updating a line chart from a container component, this catches the exception logged at https://github.com/recharts/recharts/issues/935

github.com/recharts/recharts - 5e160372716b7ab027d61b6e1978b860df2f3cd2 authored almost 7 years ago by ryanand26 <[email protected]>
Added test for a case where isSingleChildEqual. When the lines are drawn from parent state then this state changes an exception is thrown

https://github.com/recharts/recharts/issues/935

github.com/recharts/recharts - 7d0785b72592d04a88440979d5df7acfacd30254 authored almost 7 years ago by ryanand26 <[email protected]>
fix: add props to the parameters of callback

github.com/recharts/recharts - 56497030f0a4ce68c5abf0498ece1caabfb745cf authored almost 7 years ago by xile611 <[email protected]>
fix: allow set x, y, width, height, horizontalPoints, verticalPoints of CartesianGrid, fix #557

github.com/recharts/recharts - c67ecca802b4aefac278c269046738ad9b75da13 authored almost 7 years ago by xile611 <[email protected]>
fix: fix the domain of Axis when specify `ticks`

github.com/recharts/recharts - d6797bd885dea26dfc22482a11bae714f6397f52 authored almost 7 years ago by xile611 <[email protected]>
fix: fix attributes order of <Label />

github.com/recharts/recharts - 2ea2120684757a4eb534eec0d5cfa600b60bb27f authored almost 7 years ago by xile611 <[email protected]>
Version 1.0.0-beta.1

github.com/recharts/recharts - 77e5df7e195426cca6eff2298c93f9d97cd45352 authored almost 7 years ago by xile611 <[email protected]>
demo: add demo of RadialBarChart

github.com/recharts/recharts - 1d76ff32cf59f870f16cb74d1ab692f3e0176bf4 authored almost 7 years ago by xile611 <[email protected]>
Version 1.0.0-beta.2

github.com/recharts/recharts - 50a0b9c1f5c0b76844f09fc36ebed9888e9ad70e authored almost 7 years ago by xile611 <[email protected]>
demo: update demo

github.com/recharts/recharts - 13e35e158cd838687f12d7eab7d223a67f0d8c17 authored almost 7 years ago by xile611 <[email protected]>
[FIX] remove uniqueId, use props id

github.com/recharts/recharts - 5894fbf8f403b1ea165cf27b4f97d86b92cf9d30 authored almost 7 years ago by Tennen <[email protected]>
add id prop to Pie Component

github.com/recharts/recharts - a5427749bcd06948ea9f68bfd26f8174c6ca4cc3 authored almost 7 years ago by Tennen <[email protected]>
demo: update the path of each demo

github.com/recharts/recharts - 565c50a5e5b039ca9fd28c4e024d934e00962d38 authored almost 7 years ago by xile611 <[email protected]>
demo: update entry of demo

github.com/recharts/recharts - 1fa76847648556de6a1a968628be40a763af4691 authored almost 7 years ago by xile611 <[email protected]>
Fix Bar Animation with given the Magic Number

github.com/recharts/recharts - 5cde84cb18f7b1e40126836a2cf695f021b0014c authored almost 7 years ago by huei-tan-sociomantic <[email protected]>
Fix Line Animation with given Magic Number

github.com/recharts/recharts - d1db87b68b47e1f63ff5a53f366e8841dea65469 authored almost 7 years ago by huei-tan-sociomantic <[email protected]>
Version 1.0.0-beta.2

github.com/recharts/recharts - b95a84aa1e879c0f6de05219696a54220048a976 authored almost 7 years ago by xile611 <[email protected]>
demo: add demo of RadialBarChart

github.com/recharts/recharts - 8298b2011660c393abb0d6fdab29868650aa71a1 authored almost 7 years ago by xile611 <[email protected]>
fix: add props to the parameters of callback

github.com/recharts/recharts - a1a1f30da7b2276a4c1884a49f210c20f7796b82 authored almost 7 years ago by xile611 <[email protected]>
fix: allow set x, y, width, height, horizontalPoints, verticalPoints of CartesianGrid, fix #557

github.com/recharts/recharts - 5052b11450228473f1dd7302044a12b6f75225ac authored almost 7 years ago by xile611 <[email protected]>
Merge pull request #995 from DaftApethIndustries/master

Update Bar and Line to allow them to recognise multiple ErrorBars

github.com/recharts/recharts - 22e480e2802fbf07d89c5d18e1fe24a2860f101c authored almost 7 years ago by xile611 <[email protected]>
Merge pull request #959 from Tennen/tennen

add id prop to Pie Component

github.com/recharts/recharts - 57065d79d8604654df623e1d106fb14a47f12a95 authored almost 7 years ago by xile611 <[email protected]>
fix: fix the domain of Axis when specify `ticks`

github.com/recharts/recharts - 3cd85706f00c0f0a77c0acbcf7a8feb0b656e515 authored almost 7 years ago by xile611 <[email protected]>
fix: fix attributes order of <Label />

github.com/recharts/recharts - 93c1366b38affe57531c8e66fb43d2a204bde04d authored almost 7 years ago by xile611 <[email protected]>
don't break text contents on non-breaking spaces

github.com/recharts/recharts - 10c3bf1dbc9e2d6182255f39a330cf345404ea60 authored almost 7 years ago by Richard Silverton <[email protected]>
Simplified code

github.com/recharts/recharts - 2dbe38a202d5c2a6985cf553f9062257a9efcc79 authored almost 7 years ago by Remo H. Jansen <[email protected]>
Version 1.0.0-beta.1

github.com/recharts/recharts - c97e97045ccdda2a2fe278a56119a2f0cd78ba88 authored almost 7 years ago by xile611 <[email protected]>
demo: update entry of demo

github.com/recharts/recharts - da9448a4ea5f051415e3fcbfd5484b11d29a0576 authored almost 7 years ago by xile611 <[email protected]>
demo: update demo

github.com/recharts/recharts - 6ebb3f98b684dcb40c835a476a39997b29cb8250 authored almost 7 years ago by xile611 <[email protected]>
demo: update the path of each demo

github.com/recharts/recharts - 37511f11fc0a035de0a2d3bb6d062ae34e0acccd authored almost 7 years ago by xile611 <[email protected]>
[FIX] remove uniqueId, use props id

github.com/recharts/recharts - fabf448e89cafbb039e5bb39b8989355d22383dc authored almost 7 years ago by Tennen <[email protected]>
Allow multiple ErrorBars in Line and Bar

github.com/recharts/recharts - 2d364488dc5e447430f62146a77151502e9cf533 authored almost 7 years ago by ryanand26 <[email protected]>
Merge remote-tracking branch 'refs/remotes/recharts/master'

github.com/recharts/recharts - 23d348cb079897d4be19cf37e6cd589252bc3a61 authored almost 7 years ago by ryanand26 <[email protected]>
Merge pull request #981 from yaroslav-perec/yp-patch-1

Add index to line props in Pie

github.com/recharts/recharts - 29e613b32bb62f826330dbe73daa97bca8b883a4 authored almost 7 years ago by xile611 <[email protected]>
Merge pull request #967 from maiis/master

chore: update react-resize-detector

github.com/recharts/recharts - 70c5a4e298819cfbbb0452f1f58da2e6b2b88f4d authored almost 7 years ago by xile611 <[email protected]>
Merge pull request #978 from 102/patch-1

Update file overview for ReferenceDot.js

github.com/recharts/recharts - 7ec7e0b51b99d5498498e224558470e0e0e345ea authored almost 7 years ago by xile611 <[email protected]>
Fixed unit test

github.com/recharts/recharts - 6f4710a27573ddf625169179af4715b80421f4eb authored almost 7 years ago by remojansen <[email protected]>
Added new legend iconType

github.com/recharts/recharts - fcdda5c76247c49a286597185438db236d6145ba authored almost 7 years ago by remojansen <[email protected]>
Support for strokeDasharray in Legend

github.com/recharts/recharts - 1d7e5905d7670c49d6dd7b12593048d7006ca78d authored almost 7 years ago by remojansen <[email protected]>
Add index to line props in Pie

github.com/recharts/recharts - a05917c81956234a27e54bc02c8a78f0d85fa735 authored almost 7 years ago by sednor-8 <[email protected]>
Update ReferenceDot.js

github.com/recharts/recharts - 307510795849668a10cc431dace276a46fd088d1 authored almost 7 years ago by Roman Gusev <[email protected]>
chore: update react-resize-detector

github.com/recharts/recharts - e7212590243b63e9eb77a94fa3b7bd01f80a56a9 authored almost 7 years ago by Emmanuel Vuigner <[email protected]>
Version 1.0.0-beta.0

github.com/recharts/recharts - 19f3c56c5d493f7919795dd74634388dadcd7007 authored almost 7 years ago by xile611 <[email protected]>
demo: add feature in demo of Pie

github.com/recharts/recharts - aa2d623f9a0ade10c5cc8d48e394d863583f1693 authored almost 7 years ago by xile611 <[email protected]>
Merge pull request #916 from kamthamc/react-16

react 16 support

github.com/recharts/recharts - eb5e1fc6fe0c0739139a4efd0e200ab9f68bf392 authored almost 7 years ago by xile611 <[email protected]>
add id prop to Pie Component

github.com/recharts/recharts - 9ece9e3779dce282811af4f1822f458c33528346 authored almost 7 years ago by Tennen <[email protected]>
Merge pull request #910 from kamthamc/animation

animation

github.com/recharts/recharts - 215227bed0c80ff25f99c13c4ab3692939e3e8db authored almost 7 years ago by xile611 <[email protected]>
Merge pull request #931 from remojansen/master

Allow ReferenceArea to cover available space

github.com/recharts/recharts - ed2471c77e49d00e6c4106178858281f7b9c5315 authored almost 7 years ago by xile611 <[email protected]>
ISSUE#890BrushInterval

github.com/recharts/recharts - 6b4427fa031c552f47c62f2f0b06eb425b6db82c authored about 7 years ago by tongyy <[email protected]>
new line dots

github.com/recharts/recharts - 7c43df17f75f5ed13fd58eecfa72ea784338d893 authored about 7 years ago by Chaitanya Kumar Kamatham <[email protected]>
idea

github.com/recharts/recharts - 0016ef9588a907bc02150152f46233592614b4e1 authored about 7 years ago by Chaitanya Kumar Kamatham <[email protected]>
fixed tests

github.com/recharts/recharts - 77fa7eaccc1a26da57b77108f84899f81c1d8649 authored about 7 years ago by Chaitanya Kumar Kamatham <[email protected]>
Merge pull request #3 from ahmedelgabri/react-16

more hostNodes() fixes

github.com/recharts/recharts - 16e93f215fdce130c958c734f5e3d4ee1c5f5d46 authored about 7 years ago by Chaitanya Kumar Kamatham <[email protected]>