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

Fix alwaysShow warn() condition in ReferenceLine

The condition is the wrong way round because warn() works like assert().

github.com/recharts/recharts - f756cb88953d9f83e328a6cf3166725e139be416 authored about 6 years ago by Philipp Keck <[email protected]>
Merge pull request #1406 from OlivierNguyen/fix/fixTooltip

fix Tooltip disappears when using setState()

github.com/recharts/recharts - b0b67f32edb68950380667e857a95ad252bb2bb3 authored about 6 years ago by xile611 <[email protected]>
Merge pull request #1396 from JakubSimandl/dont-overwrite-verticalCoordinatesGenerator-and-horizontalCoordinatesGenerator

Add ability to define own verticalCoordinatesGenerator and horizontalCoordinatesGenerator

github.com/recharts/recharts - 4009abdce816868f07269f8ee21966db11fef1a6 authored about 6 years ago by xile611 <[email protected]>
fix Tooltip disappears when using setState()

github.com/recharts/recharts - 105f94c8b96c9b1fe8bb4087c3ff778fa31fb851 authored about 6 years ago by Olivier NGUYEN <[email protected]>
1.1.1

github.com/recharts/recharts - 4e5777b7471908b46744ebe4eb1fce1f52ac26d0 authored about 6 years ago by Jakub Simandl <[email protected]>
Add ability to define own verticalCoordinatesGenerator and

horizontalCoordinatesGenerator

github.com/recharts/recharts - bdc54835c636cf894059efb30f2fd85c08c480e5 authored about 6 years ago by Jakub Simandl <[email protected]>
Version 1.1.0

github.com/recharts/recharts - d88fb25516f3dff67afdfe6678eda11aae9f241f authored over 6 years ago by xile611 <[email protected]>
chore: update package-lock.json

github.com/recharts/recharts - 63139061e61d9c29d1716faf1a4aee0956f68a0c authored over 6 years ago by xile611 <[email protected]>
Merge pull request #1380 from metabolize/reference-line-segment-2

Reference line segment by specifying a pair of endpoints

github.com/recharts/recharts - 930f7eb581bc8e797c4b994961fdc7dc5da752db authored over 6 years ago by xile611 <[email protected]>
Merge pull request #1374 from metabolize/extended-reference-areas-2

Allow reference areas which extend past the canvas bounds

github.com/recharts/recharts - ca380f444687643dafb474f8842532b4d2b983c3 authored over 6 years ago by xile611 <[email protected]>
Merge branch 'extended-reference-areas-2' into reference-line-segment-2

github.com/recharts/recharts - 549e4c392fea6ce01867d2db2d98c06438a86a9a authored over 6 years ago by Paul Melnikow <[email protected]>
keep -> visible, clip -> hidden

github.com/recharts/recharts - db8313aebc61671aab9ce31b095966cd0ed13abf authored over 6 years ago by Paul Melnikow <[email protected]>
Merge pull request #1388 from 0soft/tooltips_class

Allow to add more classes in tooltips

github.com/recharts/recharts - 2ca979d62605e0cf8bac454b509e6b51ede98d9b authored over 6 years ago by xile611 <[email protected]>
Allow to add more classes in tooltips

Since #798 was fixed, there was no way to change the tooltip wrapper
style other than defining a...

github.com/recharts/recharts - 6623d163e89528caa3d279580250355e0b9bfe98 authored over 6 years ago by Thiago Bellini <[email protected]>
Merge branch 'master' into reference-line-segment-2

github.com/recharts/recharts - 75414ac6f016200efab40f26b4b6a534c06c881d authored over 6 years ago by xile611 <[email protected]>
Merge branch 'master' into extended-reference-areas-2

github.com/recharts/recharts - c0b79dd774c9652c6b9eefbc4c00c3e5c9a7caee authored over 6 years ago by xile611 <[email protected]>
Merge pull request #1376 from metabolize/lint

Lint cleanup

github.com/recharts/recharts - 3b807be36f35e0ae8ecb6918cd57f6c0bc257f4a authored over 6 years ago by xile611 <[email protected]>
Merge pull request #1373 from metabolize/label-presentation-attrs-upstream

Label: Document presentation attrs in propTypes

github.com/recharts/recharts - 0d3589584e96168302e8513e1aebdf5862ab4164 authored over 6 years ago by xile611 <[email protected]>
Reference line segment by specifying a pair of endpoints (#7)

This is useful for drawing a regression line limited to the range of the data and at an arbitrar...

github.com/recharts/recharts - 1efb5bbb69d8228046b50f108a5e1861c0f281d4 authored over 6 years ago by Paul Melnikow <[email protected]>
Turn on no-var and react/jsx-no-bind

github.com/recharts/recharts - 3f83fcf72e6be795552a4c77ed59f168352ec904 authored over 6 years ago by Paul Melnikow <[email protected]>
Enforce now-cleaned up rules as errors

github.com/recharts/recharts - baa8933fa43c6c41fb9234ff1e0857a85d3190fd authored over 6 years ago by Paul Melnikow <[email protected]>
Clean lint and ignore a little bit

github.com/recharts/recharts - 806f20b0eaf178757cb829a45c870f52404b037d authored over 6 years ago by Paul Melnikow <[email protected]>
Running tests is slow and slows down commiting, so move it to pre-push

- Add lint to pre-push

github.com/recharts/recharts - a57a3f5fe0e6c49ef3278a59da44c97dd1e33034 authored over 6 years ago by Paul Melnikow <[email protected]>
Disable no-multi-assign

Since multi-assigns are consistent with the style of this codebase

github.com/recharts/recharts - 1ebf340a41d48887bfcfffe99210dfbc03b6aa88 authored over 6 years ago by Paul Melnikow <[email protected]>
Update lint config 0/1/2 -> error/warn/off

github.com/recharts/recharts - 63abb6fd3339439c1232284b5baf545bdc1553c7 authored over 6 years ago by Paul Melnikow <[email protected]>
Run lint test in CI

github.com/recharts/recharts - ca62c98f3123ec4bf8b29ad53348752dbd20143d authored over 6 years ago by Paul Melnikow <[email protected]>
Allow reference areas which extend past the canvas bounds (#1)

I’m working on a chart with several reference areas, some of which extend past the canvas bounds...

github.com/recharts/recharts - 51c55a6ea4c93034b756700bc350d5d538b22425 authored over 6 years ago by Paul Melnikow <[email protected]>
Label: Document presentation attrs in propTypes

The code invokes getPresentationAttributes() but PRESENTATION_ATTRIBUTES are missing from propTy...

github.com/recharts/recharts - af42b2c71eceb9c2fa99fdb28c33bf21dbc98b33 authored over 6 years ago by Paul Melnikow <[email protected]>
Version 1.0.1

github.com/recharts/recharts - 192d32101017a04b8169b2aaad65f98b7be448f4 authored over 6 years ago by xile611 <[email protected]>
fix: fix bug of lodash-es in lib/

github.com/recharts/recharts - 7db983a5f0362dc09b58a46bc3cf99bc53751b96 authored over 6 years ago by xile611 <[email protected]>
Version 1.0.0

github.com/recharts/recharts - 36d3f160804e95a4ae75270d59371cc98daaad96 authored over 6 years ago by xile611 <[email protected]>
feat: rename props defaultShowTooltip

github.com/recharts/recharts - 7f4bd2963141fcaad5b4f12624939a04d35c6a87 authored over 6 years ago by xile611 <[email protected]>
refactor: refactor clipPathId of Line

github.com/recharts/recharts - c1423726fb7b7e5c22e076d9bf556c8644b4a5a3 authored over 6 years ago by xile611 <[email protected]>
fix: fix the problem of labels in Pie, fix #929

github.com/recharts/recharts - 0eaa761f9e82b6cf00ecadd10832eb017f00c36e authored over 6 years ago by xile611 <[email protected]>
chore: add auto generated file package-lock.json

github.com/recharts/recharts - f40ea826347b44dca9acf9d3897a6be24f292939 authored over 6 years ago by xile611 <[email protected]>
feat: add position to the className of tooltip wrapper

github.com/recharts/recharts - 173cc83e0d42461ea9cad3f1fd377ed8a96b2a9f authored over 6 years ago by xile611 <[email protected]>
fix: fix baseLine of Area

github.com/recharts/recharts - 80b0174559a8230d494addd53c637a7c5cf69b1a authored over 6 years ago by xile611 <[email protected]>
Merge pull request #1371 from metabolize/scale-rect-refactor

Factor out some scale- and rect-related functions

github.com/recharts/recharts - 65dd42f7cfa68caaec6b9ee4739470881712e960 authored over 6 years ago by xile611 <[email protected]>
Merge pull request #1308 from vincentljn/tooltip-activation-prop

Add explicit prop to activate tooltip

github.com/recharts/recharts - 845204726876609bb248df077277e3d03da3f864 authored over 6 years ago by xile611 <[email protected]>
Merge pull request #1237 from bmxpert1/clip-line-dots

Clip line dots

github.com/recharts/recharts - 8604a4ee234e15f7485476210502203e3ff88b86 authored over 6 years ago by xile611 <[email protected]>
Merge pull request #1369 from metabolize/no-pointer-events-on-cursor

Fix tooltips that disappear while mouse still over a scatter point

github.com/recharts/recharts - 5439859764d52104d428a88e10f84a0ca559e4b4 authored over 6 years ago by xile611 <[email protected]>
Merge pull request #1358 from jessiesu/area-chart-range-fix

Fixing range Area chart with connectNulls bug

github.com/recharts/recharts - aefbe142d6530a506afc7a9e24140b84ba67b344 authored over 6 years ago by xile611 <[email protected]>
Merge pull request #1348 from harshita9110/feature/labelCenterTypes

add top and bottom options to positioning center label

github.com/recharts/recharts - fd5b6c62f8f71d9fa02f5fbef54182f4365f96b4 authored over 6 years ago by xile611 <[email protected]>
Merge pull request #1346 from tmikoss/label-position-top-with-negative-values

LabelList: Position the 'top' label outside the element for negative heights

github.com/recharts/recharts - 1f0a74e35e5dc98a93e377b34173fdee7095efb3 authored over 6 years ago by xile611 <[email protected]>
Merge pull request #1341 from jfrej/fix-wrapper-styles-order

Move style spread to after default styles to allow overriding

github.com/recharts/recharts - 8458778ec05fc2e337c2b054ff3991af7c48cc30 authored over 6 years ago by xile611 <[email protected]>
Merge pull request #1322 from cjies/fix_tooltip_wrapper

Remove wrapperStyle on <DefaultTooltipContent>

github.com/recharts/recharts - a5388f840f8bcf77744003897f864347dddd4778 authored over 6 years ago by xile611 <[email protected]>
Merge pull request #1320 from alirezavalizade/master

update .babelrc

github.com/recharts/recharts - 9424e79f1be939dae6444da12f0a0a5cd9bf9853 authored over 6 years ago by xile611 <[email protected]>
Merge pull request #1207 from DevSide/lodash-es

use lodash-es for es6 build

github.com/recharts/recharts - efac39e1c5c7aa75050e391d6ae7b1eaa32f1576 authored over 6 years ago by xile611 <[email protected]>
Factor out some scale- and rect-related functions (#5)

Goal: Make it easy to allow fixed endpoints in ReferenceLine

Create a `ScaleHelper` to provid...

github.com/recharts/recharts - bda6bd1349ddcfd590f8138cac1f10f4745b5ee2 authored over 6 years ago by Paul Melnikow <[email protected]>
Fix tooltips that disappear while mouse still over a scatter point

Reported here: https://github.com/recharts/recharts.org/issues/45

Reproducible in this jsfiddle...

github.com/recharts/recharts - b6faf505f386107d8d32ec2bd5237e8ed01b91fd authored over 6 years ago by Paul Melnikow <[email protected]>
Fixing range area chart bottom bound. Base line needed to be filterted for connecting null.

github.com/recharts/recharts - 7c4796d73875a796cda9b6911b3da92608e8b610 authored over 6 years ago by jessie <[email protected]>
add top and bottom options to positioning center label

github.com/recharts/recharts - 541141933c87b5f46353103a030c3bfb099da2e0 authored over 6 years ago by Harshita Mehta <[email protected]>
Position the 'top' label outside the element for negative heights

github.com/recharts/recharts - 4f8521725d1e09e25b839d44376464372d2a0c92 authored over 6 years ago by Toms Mikoss <[email protected]>
Move style spread to after default styles to allow overriding

Fixes #1340

github.com/recharts/recharts - bf9a98a8a8063b7f86c14a3bee9b8a35387f9523 authored over 6 years ago by Jakub Frej <[email protected]>
fix: remove wrapperStyle on DefaultTooltipContent, fix #798

github.com/recharts/recharts - 21f88657c1910ba6d39a19abc83d68227decc99c authored over 6 years ago by CJies <[email protected]>
update .babelrc

github.com/recharts/recharts - fca1d6fd1b556fa61b9532293541cd576dc31309 authored over 6 years ago by alireza valizade <[email protected]>
Add explicit prop to activate tooltip

github.com/recharts/recharts - 2483f2a7f0e9b6737657623253a76574a4cad305 authored over 6 years ago by Vincent Le Badezet <[email protected]>
Clip line dots

github.com/recharts/recharts - 108743e16b9b3adc99ef7aef3ab386340fa77f6e authored over 6 years ago by Kevin Bouwkamp <[email protected]>
Merge pull request #1223 from manufont/touch-support

Add touchStart & touchEnd event handling

github.com/recharts/recharts - db0f3f254f12d59583052e77a43822163c476c9f authored over 6 years ago by xile611 <[email protected]>
Merge pull request #1203 from aaronang/patch-1

Fix capitalization in CONTRIBUTING.md

github.com/recharts/recharts - 5453770cf542858babe4eea27e8b9758860786d0 authored over 6 years ago by xile611 <[email protected]>
Merge pull request #1196 from Philipp91/master

#1195 Replace axis scale value `utcTime` with `utc`

github.com/recharts/recharts - 9380afa513f87011b3557e3c3aa3a1369b78e701 authored over 6 years ago by xile611 <[email protected]>
Revert "Added build to repository"

This reverts commit c674bc17b5126ca35502fa11f223565c035e9270.

github.com/recharts/recharts - 1680eea2c16c6aa5b91ae239a223d1ffa71168d5 authored over 6 years ago by Emmanuel Fonteneau <[email protected]>
Added build to repository

github.com/recharts/recharts - c674bc17b5126ca35502fa11f223565c035e9270 authored over 6 years ago by Emmanuel Fonteneau <[email protected]>
Add touchStart & touchEnd event handling

github.com/recharts/recharts - 410440ca58c2b0307733da6110820407b807efb9 authored over 6 years ago by Emmanuel Fonteneau <[email protected]>
use lodash-es for es6 build

github.com/recharts/recharts - df578a0fffc1c9d595f53d2e50be2d9871d67545 authored over 6 years ago by devside <[email protected]>
Fix capitalization in CONTRIBUTING.md

github.com/recharts/recharts - a0e42d1b156a71239bb3b632a52fa9318db12c5d authored over 6 years ago by Aaron Ang <[email protected]>
#1195 Replace axis scale value `utcTime` with `utc`

The d3-scale dependency renamed this export here: https://github.com/d3/d3-scale/commit/2cc073c9...

github.com/recharts/recharts - 1b523c10d3481def36a15f6423fe757e1919e222 authored over 6 years ago by Philipp Keck <[email protected]>
Version 1.0.0-beta.10

github.com/recharts/recharts - b48b6d6c912e354a918d2b6307f5c8c6ada210df authored over 6 years ago by xile611 <[email protected]>
Merge pull request #1160 from markogresak/master

Remove react-transition-group from peerDependencies

github.com/recharts/recharts - bab5effae68ca1208ac71663180bf4ec43ee88b3 authored over 6 years ago by xile611 <[email protected]>
feat: add demo of Brush which has specified gap

github.com/recharts/recharts - 3472af71988f476120b3c5c5b7894b42ee2fdb82 authored over 6 years ago by xile611 <[email protected]>
refactor: refactor getLinearRegression to reduce the count of traversing

github.com/recharts/recharts - e5b22c05451c6d28ee64644dea2d7b17de9ea62c authored over 6 years ago by xile611 <[email protected]>
Merge pull request #952 from tongyy/ADD_GAP_PROPS_FOR_BRUSH

Add the gap of props for brush

github.com/recharts/recharts - e0fa3779cfc2e136468df58c2d30e02c5a88316c authored over 6 years ago by xile611 <[email protected]>
Merge pull request #1147 from ofk/flatmap

Replace reduce to _.flatmap

github.com/recharts/recharts - c2f9424f9a900ac5492d2f3ba25021099701150c authored over 6 years ago by xile611 <[email protected]>
Merge pull request #1145 from adrianriddle/master

Update to allow CSP compliance on setting styles

github.com/recharts/recharts - 3011b2f74acd7eeb6ef9a537caf4bbb6833087bb authored over 6 years ago by xile611 <[email protected]>
Remove react-transition-group from peerDependencies

github.com/recharts/recharts - aafac75dc7765a3bd1e069e6bf70175249a53971 authored over 6 years ago by Marko Grešak <[email protected]>
Replace flatmap of reduce to _.flatmap in getDomainOfDataByKey

github.com/recharts/recharts - b61e934b4573d969e041b4c2e42915bd0199b74c authored over 6 years ago by ofk <[email protected]>
Fixes for linting

github.com/recharts/recharts - c08b1ef1951361a52d6645748226ba6c4070423d authored almost 7 years ago by adrian.riddle <[email protected]>
Update to allow CSP compliance on setting styles

github.com/recharts/recharts - a34c89b372b98f7f57049c5533adbec65830ac57 authored almost 7 years ago by adrian.riddle <[email protected]>
Merge pull request #1144 from sangle7/master

fix Scatter Chart:lineType 'fitting' does not work

github.com/recharts/recharts - 0777886e0461bf3048cfeabbfd33d5b0a274744d authored almost 7 years ago by xile611 <[email protected]>
Merge pull request #1134 from franciscofabian/master

Fix changelog markdown

github.com/recharts/recharts - fdac8ba11c2b5023dfbe541af1dd97ae0cc1b0b7 authored almost 7 years ago by xile611 <[email protected]>
fix Scatter Chart:lineType 'fitting' does not work

github.com/recharts/recharts - ce02e78d704fa7a99246c91ffcc8df06d95ecf94 authored almost 7 years ago by sangle7 <[email protected]>
fix CHANGELOG.md

github.com/recharts/recharts - f1a4bf4ab2fc599b89c9837facb5aff00ef0c466 authored almost 7 years ago by Francisco Fabián González <[email protected]>
Merge pull request #1 from recharts/master

update fork

github.com/recharts/recharts - 2c25e64984f05acafd62d5acc3ea689d1da19981 authored almost 7 years ago by Francisco Fabián González <[email protected]>
Version 1.0.0-beta.9

github.com/recharts/recharts - 6ca852646c98865166b36b1ae985c5651171a235 authored almost 7 years ago by xile611 <[email protected]>
fix: fix bug of verticalFill and horizontalFill in CartesianGrid

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

github.com/recharts/recharts - 00441b94b05d5a95271b6e8280eed10eafa8ad87 authored almost 7 years ago by xile611 <[email protected]>
fix: fix bug of isSingleChildEqual when chart has multilple children

github.com/recharts/recharts - 664b5dc9c0a73a84438f2d1fc36e21e5c3cf3645 authored almost 7 years ago by xile611 <[email protected]>
fix: add try...catch... when getTotalLength is called by a svg path to fix IE bug

github.com/recharts/recharts - 367059dba3e3829eef1c6cd7fc55946c5177865d authored almost 7 years ago by xile611 <[email protected]>
Merge pull request #719 from Heedster/patch-1

Add number of ticks to tick props

github.com/recharts/recharts - e033c85fec5b7fb829bdc073b08155528cd367d6 authored almost 7 years ago by xile611 <[email protected]>
Merge pull request #1104 from jedirandy/master

Prevent texts from being selected when dragging the brush

github.com/recharts/recharts - 512f9707126d8d7b2fe4c300e682dae3fa451d16 authored almost 7 years ago by xile611 <[email protected]>
Merge pull request #1059 from richbai90/gpuRender

Create property on tooltip for gpu rendering

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

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

github.com/recharts/recharts - 731fe2b958996d58810c1b220fcc5c111f88d4cb authored almost 7 years ago by xile611 <[email protected]>
Merge pull request #1126 from huxiaoyun/master

feat: background verticalFill horizontalFill

github.com/recharts/recharts - 22cd55dcd7dc13ba4338dd51f16c0569ba704fe0 authored almost 7 years ago by xile611 <[email protected]>
feat: background verticalFill horizontalFill

github.com/recharts/recharts - 3c15d6b3c31535a47bcfe08ccf19b6a8eb37a13e authored almost 7 years ago by ludy.hxy <[email protected]>
change prop to useTranslate3d

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

github.com/recharts/recharts - 03e554401a1b97e116746710247df0dd544b10dc authored almost 7 years ago by xile611 <[email protected]>
fix: use cloneElement to create Legend, fix #1094

github.com/recharts/recharts - 5f502696acbfa510e3fde8aac65c960d4d0f29b3 authored almost 7 years ago by xile611 <[email protected]>
fix: fix bug of parse domain when category axis dont allow duplicated categorys

github.com/recharts/recharts - c415cab33b103790867460ae4972dd17b2ee7f5c authored almost 7 years ago by xile611 <[email protected]>
feat: support specify domain of category type axis when allowDuplicatedCategory is false, add cooresponding "xAis", "yAxis", "zAxis" to the props or customized shape of Scatter, fix #1068

github.com/recharts/recharts - 42804c5263ef531f28a1139a41f1e5732f2bf193 authored almost 7 years ago by xile611 <[email protected]>
Prevent texts from being selected when dragging the brush

github.com/recharts/recharts - c726373711c92a9e47cf153fc27c19e50b40121c authored almost 7 years ago by Sheng Ran <[email protected]>