Ecosyste.ms: OpenCollective

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

github.com/plouc/nivo

nivo provides a rich set of dataviz components, built on top of the awesome d3 and React libraries
https://github.com/plouc/nivo

feat(website): add ability to configure x/y formats from UI

022ddf8ddf40d2da8392ad2c000ccd0a77830bd6 authored over 4 years ago
fix(radar): add theme prop to types (#1029)

Close #1028

74001a660ef9c632bd8b46311f68bc2dd445d06d authored over 4 years ago
chore(legends): fix broken snapshots (#1023)

2e7deed7460f6327264ccd6664ab0eb512f15617 authored over 4 years ago
feat(line): add custom layer support to LineCanvas (#987)

1e5fd14d30f0a55731e6a704491a7ede8c9e7d70 authored over 4 years ago
feat(sunburst): Add typescript definition (#995)

Co-authored-by: shibby <[email protected]>

a32603ce793f839eccf58d2cb22bdfc7abfd83fb authored over 4 years ago
fix(legends): Respect theme fill color (#941)

This fixes #814 - or so I hope

The fill color of the legend text is currently not themeable
...

fa847f6ad76c6841ff094cd1c7f3b4f160fa7d1c authored over 4 years ago
feat(calendar): add monthSpacing prop (#964)

* Add month spacing to @nivo/calendar

* feat(website): Add daySpacing to calendar component
...

8f55046e04971da31654aa7adeb07ea692655f69 authored over 4 years ago
fix(dependencies): remove forced package resolutions

5be120a1a52e2234b2df362b0bb5aa485e3956f4 authored over 4 years ago
feat(build): change .esm suffix to .es

aecf5b0849db4a2ff6987c842067b97241c1b03d authored over 4 years ago
feat(build): generate source maps for packages

39a83fd401d59fd5125c22a1755bff33c226819c authored over 4 years ago
feat(infrastucture): upgrade rollup, babel, typescript and prettier

b08e79176eadd353794ef1318cffc10f6889d494 authored over 4 years ago
feat(build): remove custom nivo babel preset

2083f8bd410a2e269599310b8e32b862375a5469 authored over 4 years ago
fix(install): force resolution of fsevents package

fbcafd1491d47fa878338b2cdd87b54d34f36b6d authored over 4 years ago
feat(build): use react app babel preset

18a8dd1430cb8b40c2610b543f795a7e2c34e044 authored over 4 years ago
feat(sankey): use hooks instead of recompose and migrate to react-spring

b08c691d0baecaf8e32d57892351894c2eecfaf1 authored over 4 years ago
feat(core): remove SmartMotion component in favor of react-spring built-in support for various interpolators

15177207d55e818621e0b918b5c9f2ab6a4100a4 authored over 4 years ago
feat(parallel-coordinates): use hooks instead of recompose and migrate to react-spring

0760d942c4711bba6191efe07e146e0ebd034c25 authored over 4 years ago
feat(annotations): replace react-motion by react-spring

7acc5721e860cf78c2adf8a0a7d96dd02b6bb90f authored over 4 years ago
feat(stream): use hooks instead of recompose and migrate to react-spring

0c8dd3bc0a102f80da6628c2a767ed3786d0696a authored over 4 years ago
feat(bump): remove lodash dependency

6f6aff3cf22fd73bc567e864968f18967f003efc authored over 4 years ago
feat(bump): replace react-motion by react-spring for AreaBump

90c3232c47d0a809a67e8ca32aadb429e2a7598e authored over 4 years ago
feat(bump): replace react-motion by react-spring for Bump

edf2daf63f360fd1c4d78229ddff233bc2ddf080 authored over 4 years ago
feat(line): replace react-motion by react-spring

ca45249082b81a9c37194a2ca7c695865a2c1592 authored over 4 years ago
feat(radar): replace react-motion by react-spring

9e9c4984a906838d00cd81e873816ae2862a2fae authored over 4 years ago
fix(radar): fix eslint errors

d96fb311d22eb0ccf994681b6f59f3adf9c2d922 authored over 4 years ago
feat(radar): remove lodash dependency

6e5c7f9f2f0259df030d296ddddd2c9e6305ecac authored over 4 years ago
feat(website): update heatmap motion config control for react-spring

25ba56629f9f271d73bdb7eaac35702ecc2f4eb7 authored over 4 years ago
feat(heatmap): use hooks instead of recompose and migrate to react-spring

6d6528aaba9c3d9f2cfbcf61a986c6789844fbcd authored over 4 years ago
feat(heatmap): use hooks instead of recompose for HeatMapCanvas

f823ea61e5766d98ef80db16f6b88f1ed473dbb2 authored over 4 years ago
feat(heatmap): improve useHeatMap hook

62b2e597159f1de4f6e596fa7d164ee65795fa20 authored over 4 years ago
feat(heatmap): move cells computation to main hook

80701b1f8cddeff2f72dcadfd67d5eb3cbc4eb06 authored over 4 years ago
fix(calendar): Add 'monthLegendPosition' definition (#1007)

f58298efa86c09a7b3807abcc3d33403a92a0fe2 authored over 4 years ago
feat(funnel): add the ability to disable animations

7055d3d97b74535eef41e960160ae2b1996743d7 authored over 4 years ago
feat(ci): update Node.js version on CI to run v12

3888a729c581fafb45194bcc565eaed2fc96e2d6 authored over 4 years ago
feat(funnel): disable stories

4f6dc92a47c9573fc15516f3e42ddc9e7a2cc65c authored over 4 years ago
feat(funnel): add TypeScript definitions

2748dc108f328004d3f77374c4ac831870a3c95f authored over 4 years ago
feat(tooltip): replace react-motion by react-spring

a5850bc54119b0b5cf3083f735134c838239b2d7 authored over 4 years ago
feat(funnel): add support for tooltip

6ce539cbda6293dd67655c4d07ef4091c91ec78e authored over 4 years ago
feat(funnel): improve animation management

99359f57000dca4832031604c08e657c8c5b249b authored over 4 years ago
feat(funnel): add support for custom event handlers

bbdbc373686b44675c9dd6cbd0d4bcb6a7f672ec authored over 4 years ago
feat(funnel): add support for current part

a69780fd753885fea17b95a4a9a28a27a527e335 authored over 4 years ago
feat(funnel): update funnel icon

826c08f66482b2e8cfe8790c4a2d7dab06e62184 authored over 4 years ago
feat(funnel): add support for animation to Funnel component

e487a76461319600b3024bb6304b0a9077f089e9 authored over 4 years ago
feat(funnel): init @nivo/funnel package

e2d1ce8803d991c56d9bc204e5ce07dee66de109 authored over 4 years ago
feat(funnel): add widget to be ease creation of d3 value formatters

5f0bf7dcde4695e46e291593c28498a9a07c0a83 authored over 4 years ago
feat(funnel): add support for annotations to Funnel component

9fca13ce9fb77a7f049a66cbdf7b8665ad267fa6 authored over 4 years ago
feat(website): add the ability to control react-spring config

457ebfa490e6809f567155eb8789fb45d03cc05c authored over 4 years ago
fix(bump): Add types for defs to AreaBumpSvgProps (#997)

da9ea7f84aafbcadc955c4457cf6ecae588f724e authored over 4 years ago
v0.62.0

a98a072c4fe5339457d26f396d032dfc302187bc authored over 4 years ago
feat(bump): add support for defs/fill properties to AreaBump (#926)

c5d5d86f3cb04820a7de5629b38842d6100fa4ef authored over 4 years ago
feat(line): pass the state to a custom layer (#656)

07d2c3f2e78b04ef47a8681a0698df98e0703fc2 authored over 4 years ago
fix(pie): address some issues with data label prop (#967)

- Fix proptype stating label is required for PieSlice
- Fix PieLegend to use label if available...

d4714b6ceda90698f8f335fa1c5730a10599a7ae authored over 4 years ago
fix(line): typings fix for custom layer props (#887)

a293a648f324a7ed4090851f7f411784902d77ba authored over 4 years ago
fix(line): fix typescript definition for areaBaselineValue prop. (#961)

9b1ed9cd80fbc487780f9c81bd976a739853d08b authored over 4 years ago
fix(sankey): add missing motion typedefs and proptypes

bc5489c9d995d84922ef6211b52a2fd14e8fee7a authored over 4 years ago
fix(axes): add typedef exports for all components

Also update packages that use gridXValues/gridYValues to be consistent

354ef24824c2afd6d50867a4b9cf9c9aa6b7c7ff authored over 4 years ago
fix(bar): add missing grid value types (#855)

033cf9ee6d4249cc2ff3c27dc3cfcfb3e14f042a authored over 4 years ago
chore(generators): change up treemap data

54c9bf8f38155fb728186281e0af8c1cac4164de authored over 4 years ago
fix(website): fix xScale.type option for line chart

Close #686

ad77a5f54942b8b80dce228905de40115ae64e08 authored over 4 years ago
fix(storybook): add useUTC:false to line timeScale

Close #778

f3ba3f985d3c78fa0358a6154e6d797d120caec4 authored over 4 years ago
fix(line): add types for pointLabel function

Close #891

b5464bba0a122f4dd39463a99da45ddc7ad34a7f authored over 4 years ago
fix(website): fix spelling mistake (#805)

468a5538cde92b6125b149d14a11a714baee7382 authored over 4 years ago
feat(website): add a references page to the website (#725)

bdd45de5daaf1ea3b9c010a635f85234909033a8 authored over 4 years ago
feat(line): add gradient support to line areas (#844)

b84ec05af21d192248edb18c56eb6c852b9492f7 authored over 4 years ago
fix(scatterplot): fix serieId typing (#886)

ef1ee4c5c7f6bf3f0d9bd1defd3d5c32516cb098 authored over 4 years ago
fix(scales): fix timeScale min/max values and typings (#743)

* Support for min/max in the TimeScale.

* Min/max take same format as input data

If the in...

bcb451670ed535a10f24cfa148a622b588eb6504 authored over 4 years ago
fix(bar): fix linting error in types

cbba0f2abd5fe19f23a83ade9e9fb1ec03ec8498 authored over 4 years ago
fix(scatterplot): remove TypeScript redefinition of Scale (#935)

35b1681e70369d864578a03205ef37a6c1fe5b14 authored over 4 years ago
fix(types): improve typings for onMouseLeave/Enter in Bar/Pie (#939)

422ef5698d32a4ba86fa662e0761b526aaed2fa7 authored over 4 years ago
fix(scatterplot): fix no implicit any error on CustomTooltip (#857)

7ad8ba755e44323172222d9ecbf413fa6644d939 authored over 4 years ago
Various TypeScript fixes across several packages (#802)

- Correct types for sankey node and link tooltips
- Update legend data prop from value to label...

0bb895f4940fbc64a7c1457b972e8ad3c73424b7 authored over 4 years ago
fix(line): fix onMouseLeave firing

f2816f44f2fad60025d57bca6721c3c1cec8f14b authored over 4 years ago
fix(website): Add closed bracket in gradients example code (#889)

15bc0ee73e2890c65f2effd13923a78f6269a6e0 authored over 4 years ago
feat(scatterplot): Add support for annotations on scatterplots (#882)

* Add support for annotations on scatterplots

Connects plouc/nivo#125.

* Fix annotation ty...

ffc759ea9a42ec149927cb14cf473ba9e9678575 authored over 4 years ago
fix(core): add missing crosshair definitions to theme (#915)

Co-authored-by: Vladimir Strukelj <[email protected]>

211d76d8749e273969ac15fef59647589bc84baa authored over 4 years ago
fix(line): add missing layer 'crosshair' to TypeScript definition (#917)

81d8fa0b21a42f35cedde1b782f663364b6062dc authored over 4 years ago
fix(heatmap): add missing type for tooltip property

f4d4ea623beed68c5d54a49f9f7b17cccef4ee8d authored over 4 years ago
feat(line): Updated @nivo/line typescript definition to add all curve options (#197, #944)

Some curve options where missing (basis, cardinal, catmullRom)

7b3c503bc6c31e8afa4b765cba0824e58540a686 authored over 4 years ago
feat(bar): pass showTooltip and hideTooltip functions to custom layers

f1bff166d0ca4a1ba12b9d54420e2983167f3854 authored almost 5 years ago
feat(website): add link to d3-format documentation for line & scatterplot value formatters

98a4f4394479c0d61c0f7c8ee7a52ce0b380b5f9 authored almost 5 years ago
fix(scatter plot): add gridValues to ScatterPlot (#853)

cf0fd6bdaacd36edfacbb951a036de19ce374aae authored almost 5 years ago
fix(bar): fix legend order in bar (#842)

ced84ee0d20e2ef0b3037a309c424e0c4fe5f3a7 authored almost 5 years ago
chore(changelog): update changelog

793bebc8a972607820227ee87da1d3221caff9fc authored about 5 years ago
v0.61.2

a9b51a3f0ca60cd3976497f25d1f2b131e403d28 authored about 5 years ago
feat(sankey): add support for layers to Sankey

842ae0df00c239dac526d148645841027bd60552 authored about 5 years ago
chore(changelog): update changelog

48a9ecec535fb834253e78afc9b8b702d0d152e7 authored about 5 years ago
v0.61.1

f5798d0d76263c3fbd4a2f1b96ff29b8a2119710 authored about 5 years ago
fix(legends): make sure to pass the theme object when using canvas legends

ae6211629fd5ed56f98bceb83e9355a74b962dc7 authored about 5 years ago
fix(legends): fix vertical alignment of canvas labels

559e3c78ff1298584f8e410b9c5cf8a47f7cce76 authored about 5 years ago
fix(legends): honor theme font settings for labels

e4a65fc4199465bfe1a0920d30c0c7bc2aa72711 authored about 5 years ago
fix(geo): add missing dependency for legend data memoization

887c57e7b91ff7052fa657290e2b29889f87362a authored about 5 years ago
chore(doc): add explanation about the geo features file

b199b2789c9faeed7f88227344c07f4dff1245fb authored about 5 years ago
v0.61.0

441383999dad1c9697ef6f4bc89b1c19b4505153 authored about 5 years ago
fix(publish): add missing npm-normalize-package-bin package

91acdf218de91659928fcbb13f31463d50501d67 authored about 5 years ago
fix(publish): fix lerna arg

97fcb86849a8d90bc056cda184c22b37d2680a40 authored about 5 years ago
feat(bump): add support for function for start/end labels

80c3e92b322fc94d5d85ba79e6d3cc74b3210f1e authored about 5 years ago
fix(bump): fix points keys & motion and code formatting

d92a9655028a34eda89465e04288022126fd2148 authored about 5 years ago
fix(scatterplot): fix scatterplot unit tests

c6b01ff1a608f8bee0b1c77b8db0f264cb88dbf5 authored about 5 years ago
fix(prop-types): fix missing prop types on various packages

8d0fe0d91cfdc7efb1428b341afa087a3fdb411a authored about 5 years ago
chore(deps): upgrade deps

5098e530c08185bdf81e1421f38edc52a1674a3e authored about 5 years ago