Ecosyste.ms: OpenCollective

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

nivo

Ease the process of creating interactive/beautiful data visualizations.
Collective - Host: opensource - https://opencollective.com/nivo - Code: https://github.com/plouc/nivo

feat(arcs): fix typo in useArcLinkLabelsTransition comment

github.com/plouc/nivo - 627663785a247ab27d6fb128b721314d23138cab authored about 4 years ago by plouc <[email protected]>
feat(core): improve value formatter typings

github.com/plouc/nivo - 5b158797da79430260c1e75165dd1c0cd15264e1 authored about 4 years ago by plouc <[email protected]>
feat(pie): compute radial lables in arcs package

github.com/plouc/nivo - 156257668b51b08696a27a98d286557d8b3dfc16 authored about 4 years ago by plouc <[email protected]>
feat(pie): add transitions for arcs

github.com/plouc/nivo - ccb1656dda852b1d282480e703224d9e4b2fb0d8 authored about 4 years ago by plouc <[email protected]>
feat(arcs): improve label accessor in ArcLinkLabelsProps

github.com/plouc/nivo - 3aa12a3b8894fd76e8501bf2c7b3c3e46c149e8c authored about 4 years ago by plouc <[email protected]>
feat(arcs): finalize arc link labels

github.com/plouc/nivo - 89c52e60db0ecc7b157e2f266b1049e2c4ad4596 authored about 4 years ago by plouc <[email protected]>
feat(arcs): move canvas helpers to scoped directories

github.com/plouc/nivo - f0d9d19cb966e7181a1848fc4cca0f6d39af80b0 authored about 4 years ago by plouc <[email protected]>
feat(arcs): improve labels handling

github.com/plouc/nivo - c1bfd5143fc0878187d8d3a57891b3df67ebbd3f authored about 4 years ago by plouc <[email protected]>
feat(core): improve property accessor utilities

github.com/plouc/nivo - 90958bdc3296075af571977c65c7eb878566918f authored about 4 years ago by plouc <[email protected]>
feat(core): remove ts-ignore directive from useValueFormatter imports

github.com/plouc/nivo - 640393ba0050127427bc2d84cafe396cd81712f9 authored about 4 years ago by plouc <[email protected]>
feat(core): remove license headers from hook modules

github.com/plouc/nivo - 09e3f8393da73f49676b22587805ac113a6900a9 authored about 4 years ago by plouc <[email protected]>
feat(core): remove license headers from lib modules

github.com/plouc/nivo - e4eb8f7282759aa4fb4efd6c2109e17d60357580 authored about 4 years ago by plouc <[email protected]>
feat(core): remove license headers from props utilities

github.com/plouc/nivo - b05913d1bb559539f44356347ecf7d9ffe947bf6 authored about 4 years ago by plouc <[email protected]>
feat(pie): use Container instead of withContainer HOC

github.com/plouc/nivo - 0fb7756b585f3c47ec91c91c5105c5f968aee4bc authored about 4 years ago by plouc <[email protected]>
feat(pie): add story to showcase custom arc label component

github.com/plouc/nivo - 37cb3d15e44caf8c3322c50d9303eb556cd64cb2 authored about 4 years ago by plouc <[email protected]>
feat(pie): adjust stories according to refactoring

github.com/plouc/nivo - 4ca47ac67f2d938bb8d8198b4d3aa53127d29736 authored about 4 years ago by plouc <[email protected]>
feat(arcs): add the ability to pass custom arc label/arc link label components

github.com/plouc/nivo - 8fb574c9413ca509405a4cee456e2beef631d9f8 authored about 4 years ago by plouc <[email protected]>
feat(pie): use mostly the arc package for PieCanvas

github.com/plouc/nivo - 46af372abd5e014d31484df635ab198fec5696f4 authored about 4 years ago by plouc <[email protected]>
feat(arcs): provide generic arc labels/arc link labels layer

github.com/plouc/nivo - 547b63524776a23f08857a6e87a9d6241be772db authored about 4 years ago by plouc <[email protected]>
feat(arcs): normalize arc labels props

github.com/plouc/nivo - 08b75bff02aab866d89cc159be6e511f72926c02 authored about 4 years ago by plouc <[email protected]>
feat(pie): rename slices to arcs

github.com/plouc/nivo - 39f064451b195c4d228dced39698dadfd0612034 authored about 4 years ago by plouc <[email protected]>
feat(arcs): introduce @nivo/arcs package

github.com/plouc/nivo - afc6b8cc6ac0d9a6b9957fe0038481cd3c383a21 authored about 4 years ago by plouc <[email protected]>
feat(arcs): fix arc border width

github.com/plouc/nivo - f2223d776125b8fad6cbe0060b0e0e5970ad6010 authored about 4 years ago by plouc <[email protected]>
feat(pie): fix typings for arc mouse handlers

github.com/plouc/nivo - 4d3d303f31a5f707aab5614d6962e6c5eae1de43 authored about 4 years ago by plouc <[email protected]>
feat(pie): use generic ArcsLayer from the arcs package

github.com/plouc/nivo - b14ffcd32935b9c2d75ad3a6501cdc736abab438 authored about 4 years ago by plouc <[email protected]>
feat(core): move arc bounding box unit tests to the arcs package

github.com/plouc/nivo - 6c30f05ae3b5ce2f9a6a28fe260464612502a7d2 authored about 4 years ago by plouc <[email protected]>
feat(pie): use @nivo/arcs to compute PieCanvas slice labels

github.com/plouc/nivo - ce6bb87596d093ac24a6995cf20508af8795fba0 authored about 4 years ago by plouc <[email protected]>
fix(arcs): fix packages version due to new release

github.com/plouc/nivo - c1ddb3d01ca7ba91430e59a747c2d9bb0724a036 authored about 4 years ago by plouc <[email protected]>
fix(pie): fix pie stories

github.com/plouc/nivo - 4c8cde1eacc90db4d8244d0f451794b7dc55decb authored about 4 years ago by plouc <[email protected]>
feat(chord): use arc hover detection from @nivo/arcs

github.com/plouc/nivo - 3eece0adf73927b6b0ca4b837c31da7373155432 authored about 4 years ago by plouc <[email protected]>
feat(pie): add radius offsets support for active arcs

github.com/plouc/nivo - cfc0cb6390c3059fb81d35938ae40387768cde42 authored about 4 years ago by plouc <[email protected]>
feat(arcs): move arc hover detection from core to arcs package

github.com/plouc/nivo - 30be4925ca124b80f60df28d80a5602abc9b9c1b authored about 4 years ago by plouc <[email protected]>
fix(pie): fix existing tests due to usage of @nivo/arcs

github.com/plouc/nivo - 6d5fb2721235f6bdf301705f94206231db7e46d7 authored about 4 years ago by plouc <[email protected]>
fix(pie): fix skip angle for slice labels

github.com/plouc/nivo - 70c1ef24f15aaa4953d119fb8619cfa9c94bd233 authored about 4 years ago by plouc <[email protected]>
feat(pie): improve transitions and fix slice labels

github.com/plouc/nivo - 9365ae27d0664a694775f2cf6637757f3180240b authored about 4 years ago by plouc <[email protected]>
feat(arcs): add configurable transition modes

github.com/plouc/nivo - e76747d799d84331f79c097ea22e1645579a2bff authored about 4 years ago by plouc <[email protected]>
fix(doc): fix grammar errors in docs/comments

Co-authored-by: Neil Kistner <[email protected]>

github.com/plouc/nivo - b5bbeda73c498705a7e8f106aa54aa44628eaaec authored about 4 years ago by Raphaël Benitte <[email protected]>
feat(pie): restore feature parity for slices

github.com/plouc/nivo - 5dbbe0cdff6b7ffb97193e7162cc600f29422a6f authored about 4 years ago by plouc <[email protected]>
fix(core): fix type definition of PatternSquaresDef (#1355)

github.com/plouc/nivo - bf27d55ddac7f5046bae1f9e545aa9e44346692d authored about 4 years ago by Rahel Lüthy <[email protected]>
feat(scales): add option to clamp linear scales (#1342)

Optional ability to tell a scale to clamp. use case e.g. setting bar
value below zero

fixes ...

github.com/plouc/nivo - b5584de60a2eab707f6cefe7be55bda4dbf72926 authored about 4 years ago by Sam Jones <[email protected]>
fix(area-bump): Return a new serie reference when color or styles change

Consumers of the series object, like the AreaBump chart component itself, might rely on memoizat...

github.com/plouc/nivo - 844c311f66884f7e855a9e57de7421c3ec91a6de authored about 4 years ago by LFDM <[email protected]>
fix(bump): Return a new serie reference when color or styles change

This is the same fix as applied to area-bump in 412f0de9
Contrary to area-bump, the previous imp...

github.com/plouc/nivo - 07c8ba102fd6f3a846a46ea86f46b386eeb10692 authored about 4 years ago by LFDM <[email protected]>
chore(build): workaround lerna issues

github.com/plouc/nivo - 98be804ebb69220580b410a016aa0569b2a96967 authored about 4 years ago by Neil Kistner <[email protected]>
feat(bar): typescript - uses string unions to define BarLayerType (#1322)

github.com/plouc/nivo - a1e08f57d3c69e4f4fd2d0b9c8c4976739ef00cd authored about 4 years ago by MarioDeSousa <[email protected]>
fix(sunburst): fix with child color modifier story

github.com/plouc/nivo - 96ac069fb14b7a2488fdc8d98eb6379056b9103a authored about 4 years ago by Neil Kistner <[email protected]>
refactor(sunburst): respond to PR feedback

github.com/plouc/nivo - 5d5e71e985ba730b4947ed5e744f0685f76272b7 authored about 4 years ago by Neil Kistner <[email protected]>
fix(website): update sunburst to not crash on hover

github.com/plouc/nivo - 952ad5075b478d3dace43086073b7d5a270bbba5 authored about 4 years ago by Neil Kistner <[email protected]>
feat(sunburst): add tests

github.com/plouc/nivo - 66edc5a48d2a5dac57194979a36d8c8f15cd69be authored about 4 years ago by Neil Kistner <[email protected]>
feat(sunburst): init package migration to typescript

github.com/plouc/nivo - 0542c6ce91df618bd2c5f48443052b1edcc6ecbe authored about 4 years ago by Neil Kistner <[email protected]>
feat(sunburst): add valueFormat prop and move event handlers to hook

github.com/plouc/nivo - c4273501871e5f662e69ba15d7e88d39557132f2 authored about 4 years ago by Neil Kistner <[email protected]>
feat(sunburst): add parent to node data

github.com/plouc/nivo - c586676b254ef8e8de29ceb7cec0c203dae78c0c authored about 4 years ago by Neil Kistner <[email protected]>
fix(sunburst): fix logic with radius and centerX/Y

github.com/plouc/nivo - ee593828d34ece6191da29051c9a4ded5cf1e176 authored about 4 years ago by Neil Kistner <[email protected]>
fix(pie): fix types related to d3-shape

github.com/plouc/nivo - 624d5859e46a678ef7db3ddf5350a93f639124e2 authored about 4 years ago by Neil Kistner <[email protected]>
feat(sunburst): add animation support

github.com/plouc/nivo - 9b4630a90a829d669ad73f7e23315ce44833ec81 authored about 4 years ago by Neil Kistner <[email protected]>
fix(generators): change duplicate keys in tree data

github.com/plouc/nivo - 149d1a6491580ff7cc3eba21108f6411a0c4ea35 authored about 4 years ago by Neil Kistner <[email protected]>
feat(sunburst): add pattern and gradient support

github.com/plouc/nivo - 1fecdffeedfae5d24c3544ed5badb6fb33601301 authored about 4 years ago by Neil Kistner <[email protected]>
refactor(sunburst): migrate stories to typescript

github.com/plouc/nivo - c9487a7cbdf890cae70e1c16ccf24e5e7eb753cb authored about 4 years ago by Neil Kistner <[email protected]>
refactor(sunburst): cleanup comments and make a custom hook

github.com/plouc/nivo - 7d9e54a415072993e95da48d3f537e3880a3b30f authored about 4 years ago by Neil Kistner <[email protected]>
chore(sunburst): rename slice label props for consistency

github.com/plouc/nivo - 6717e5b0b6b68fa03e54bbe391799db5b90dfab8 authored about 4 years ago by Neil Kistner <[email protected]>
fix(sunburst): get build passing again

github.com/plouc/nivo - 77fcc219a195c5f4c9c0fc2e69d51ba5daae5c44 authored about 4 years ago by Neil Kistner <[email protected]>
feat(sunburst): remove recompose

github.com/plouc/nivo - 3c0586b3c6a4a4f0229746635d13f957122fd7d2 authored about 4 years ago by Neil Kistner <[email protected]>
feat(sunburst): add layers support

github.com/plouc/nivo - 3a6537b011955ad70a4e1bcdaff8ac0afc1cf0de authored about 4 years ago by Neil Kistner <[email protected]>
doc(install): update install instruction

github.com/plouc/nivo - 3d8de37b2d90e599d9dc0ec36d6a09de38f0d9b4 authored about 4 years ago by Raphaël Benitte <[email protected]>
chore(changelog): update changelog

github.com/plouc/nivo - 0fb693bc6328be90dbe9c8e43243e87a404c836a authored about 4 years ago by Neil Kistner <[email protected]>
v0.66.0

github.com/plouc/nivo - 1f6cb2c933d1a319f223ea5509f12e17a952addc authored about 4 years ago by Neil Kistner <[email protected]>
feat(bar): add the ability to round index scale (#1282)

* Rebase

* Fix lint

* Refactor from `nice` to `indexScale: {round}` per comments

* Add ...

github.com/plouc/nivo - 1ab12579594baa2eb2c89e65c6bdf81a0e85cfd0 authored about 4 years ago by Eric Socolofsky <[email protected]>
fix(bar): fix stacked bars when key is missing (#1291)

* fix(bar): fix stacked bars when key is missing

Close #1289

* chore(bar): add tests that ...

github.com/plouc/nivo - 484235ff44bf3cb516e906f8c2b101669b17fc8a authored about 4 years ago by Neil Kistner <[email protected]>
fix(changelog): update clog to allow setting a tag date (#1278)

* fix(changelog): vendor clog and allow setting a tag date

* chore(changelog): switch to stan...

github.com/plouc/nivo - e984d72beab35644a437d87ce7d2d6f8811eef10 authored about 4 years ago by Neil Kistner <[email protected]>
chore(build): bump any nivo peer dep on version mismatch

github.com/plouc/nivo - b0dd147c7f21074afaac9bbda1a27f2c01cdafc4 authored about 4 years ago by Neil Kistner <[email protected]>
fix(core): add missing properties back to theme type (#1292)

Co-authored-by: Mark Barry <[email protected]>

github.com/plouc/nivo - 681e0c28fcf8ef593a8d5bc71b7b3256342982ac authored about 4 years ago by p45mark <[email protected]>
doc(core): add install instructions to generated code snippet

github.com/plouc/nivo - 908a4a1b4553cf56042fcbd1e38cea245d2bddcd authored about 4 years ago by plouc <[email protected]>
chore(build): add version script to bump peer dependencies on new version

github.com/plouc/nivo - ea55db2054b240cd0e8f90f55d635cec9b85ed88 authored about 4 years ago by Neil Kistner <[email protected]>
chore(changelog): update changelog

github.com/plouc/nivo - 1d5a4830865210eebbd6eb705420978f55aa4848 authored about 4 years ago by Neil Kistner <[email protected]>
chore(core): move @nivo/core to peer deps and add it to dev deps

github.com/plouc/nivo - d22679c0bb3369763f757ca73d26410a47a95092 authored about 4 years ago by plouc <[email protected]>
fix(packages): allow react 17 in peer dependencies

github.com/plouc/nivo - a4f370b464b452038e3a68ed75dc475c5ed69f18 authored about 4 years ago by plouc <[email protected]>
feat(marimekko): add the ability to configure the stack offset

github.com/plouc/nivo - a8437ccab00f25192a46e262b384687059fb0afc authored about 4 years ago by plouc <[email protected]>
feat(marimekko): add stories

github.com/plouc/nivo - 6b6aa949c1fc72cd38c71fca424b9e70765300e4 authored about 4 years ago by plouc <[email protected]>
feat(marimekko): pass default props to InnerMarimekko

github.com/plouc/nivo - bb85398f70f1192ae40664754a954f68c7787628 authored about 4 years ago by plouc <[email protected]>
feat(marimekko): fix doc typos and add missing custom layer props to the doc

github.com/plouc/nivo - ae4c329cc59c3f0a74cd4ace886762e7e96d0305 authored about 4 years ago by plouc <[email protected]>
fix(website): patch react-spring due to known issue with Gatsby

github.com/plouc/nivo - c35b4e96c6f7103f3400ff02fc2b423eb741081b authored about 4 years ago by plouc <[email protected]>
feat(parallel-coordinates): adjustments for react-spring@next

github.com/plouc/nivo - df7d665c232249028ba96116eb78838d4fe429cb authored about 4 years ago by plouc <[email protected]>
feat(marimekko): add support for custom tooltip

github.com/plouc/nivo - ed74e9f11aee80f001450e33ccedfd6de94ab08f authored about 4 years ago by plouc <[email protected]>
fix(motion): replace deprecated method with the new helper

github.com/plouc/nivo - 57b27d8d0052372a8102ce48424aefd5641b0862 authored about 4 years ago by plouc <[email protected]>
chore(deps): pin react-spring version

github.com/plouc/nivo - 3ba34a22aed3c85f09976f6afee0b42805a04a40 authored about 4 years ago by plouc <[email protected]>
feat(marimekko): expose thickness and dimensions scale

github.com/plouc/nivo - 914f1857c19f56a3e3e732f050ea1e25525175e2 authored about 4 years ago by plouc <[email protected]>
feat(marimekko): update README preview

github.com/plouc/nivo - ca4a0d6628b36a104c22dd5a23d1d606c6cfb423 authored about 4 years ago by plouc <[email protected]>
feat(marimekko): add support for legends

github.com/plouc/nivo - f39f12a700ed37131650ff16c61b794f5a484628 authored about 4 years ago by plouc <[email protected]>
feat(marimekko): add story about custom layers

github.com/plouc/nivo - 8560b6ad2acce4856074a28ecf61aa34580dbb9d authored about 4 years ago by plouc <[email protected]>
feat(marimekko): add support for value formatter

github.com/plouc/nivo - c5429db2761103a086a4c078f684d8ff910494a8 authored about 4 years ago by plouc <[email protected]>
fix(tooltip): fix typings due to core adjustments

github.com/plouc/nivo - 87e5edb2588fbcfecd245a1bb28775e356350b18 authored about 4 years ago by plouc <[email protected]>
fix(pie): fix typings issues due to better d3 types

github.com/plouc/nivo - ad9cc2c61df170532f6b9d93f1428b73390a611f authored about 4 years ago by plouc <[email protected]>
feat(marimekko): add icons and preview for README

github.com/plouc/nivo - 71b06a84360750479127e94f4b8ecbb2a5de1120 authored about 4 years ago by plouc <[email protected]>
feat(marimekko): add bar groups position and dimensions to layers context

github.com/plouc/nivo - 8ba4c018e0c16c99cd5649f267771386fe184957 authored about 4 years ago by plouc <[email protected]>
feat(marimekko): add support for patterns and gradients

github.com/plouc/nivo - d75a3952b351778fff831e30393f13317a85e599 authored about 4 years ago by plouc <[email protected]>
feat(marimekko): fix vertical layout and diverging offset

github.com/plouc/nivo - 604b523f7240332b5e713ddbf8545ef46cc51525 authored about 4 years ago by plouc <[email protected]>
feat(marimekko): add support for axes and grid

github.com/plouc/nivo - 8e4cd0d659c79485aadd688d3947458959e4363f authored about 4 years ago by plouc <[email protected]>
feat(marimekko): init package

github.com/plouc/nivo - 35556143d9d786f7ede30ba0698cb3a77fa57d44 authored about 4 years ago by plouc <[email protected]>