{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":56363563,"defaultBranch":"master","name":"nivo","ownerLogin":"plouc","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2016-04-16T03:27:56.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/501642?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1714436543.0","currentOid":""},"activityList":{"items":[{"before":"9bd294faa208dfbe030546692d396ad205531bed","after":"a1e229dfea23e5b0d19f47cd6699cb8ba22828d1","ref":"refs/heads/bump-mesh-improvements","pushedAt":"2024-04-30T00:57:07.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"plouc","name":"Raphaël Benitte","path":"/plouc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/501642?s=80&v=4"},"commit":{"message":"feat(bump): dissociate points and series in the demo","shortMessageHtmlLink":"feat(bump): dissociate points and series in the demo"}},{"before":null,"after":"9bd294faa208dfbe030546692d396ad205531bed","ref":"refs/heads/bump-mesh-improvements","pushedAt":"2024-04-30T00:22:23.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"plouc","name":"Raphaël Benitte","path":"/plouc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/501642?s=80&v=4"},"commit":{"message":"feat(bump): clarify the effect of useMesh and dissociate line/point tooltip props","shortMessageHtmlLink":"feat(bump): clarify the effect of useMesh and dissociate line/point t…"}},{"before":"3f090bcfb8a021f72742a22e9d1ec98f8740810a","after":"43db298c03c1bd59e6d3e83baa8e0b57ec004e95","ref":"refs/heads/master","pushedAt":"2024-04-29T23:59:43.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"plouc","name":"Raphaël Benitte","path":"/plouc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/501642?s=80&v=4"},"commit":{"message":"feat(bump): Add mesh to bump chart (#2496)\n\n* add mes to bump chart\r\n\r\n* use margin from nivo core\r\n\r\n* pass active point ids state to custom layers\r\n\r\n* fix lockfile\r\n\r\n* remove unnecessary castings\r\n\r\n* set active point behaviour back to active series\r\n\r\n* change tooltipAnchor for useMesh\r\n\r\n* unify handler props\r\n\r\n* fix webpage example\r\n\r\n* upload lockfile","shortMessageHtmlLink":"feat(bump): Add mesh to bump chart (#2496)"}},{"before":"6996fc1a0f0d3ee20ec002316e4d0d3aeddbd4ed","after":"3f090bcfb8a021f72742a22e9d1ec98f8740810a","ref":"refs/heads/master","pushedAt":"2024-04-29T23:42:27.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"plouc","name":"Raphaël Benitte","path":"/plouc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/501642?s=80&v=4"},"commit":{"message":"fix(line): fix area rendering (#2558)","shortMessageHtmlLink":"fix(line): fix area rendering (#2558)"}},{"before":"6a9defe7746c3f58a5c05090862b391c58865457","after":"6996fc1a0f0d3ee20ec002316e4d0d3aeddbd4ed","ref":"refs/heads/master","pushedAt":"2024-04-29T23:15:42.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"plouc","name":"Raphaël Benitte","path":"/plouc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/501642?s=80&v=4"},"commit":{"message":"v0.86.0","shortMessageHtmlLink":"v0.86.0"}},{"before":"831d28df9198af8be9e7adc4e810c10e8d720652","after":"6a9defe7746c3f58a5c05090862b391c58865457","ref":"refs/heads/master","pushedAt":"2024-04-23T04:08:56.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"plouc","name":"Raphaël Benitte","path":"/plouc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/501642?s=80&v=4"},"commit":{"message":"fix(tooltip): Bugfix/2490 tooltip theme (#2552)\n\n* Issue #2490\r\nextend tooltip theme to allow customization of TooltipWrapper component\r\n\r\n* Issue #2490\r\nextend tooltip theme to allow customization of TooltipWrapper component","shortMessageHtmlLink":"fix(tooltip): Bugfix/2490 tooltip theme (#2552)"}},{"before":"d90a3261c053ac2e4018985c9879dddabcbc4ea2","after":"831d28df9198af8be9e7adc4e810c10e8d720652","ref":"refs/heads/master","pushedAt":"2024-04-23T04:05:40.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"plouc","name":"Raphaël Benitte","path":"/plouc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/501642?s=80&v=4"},"commit":{"message":"fix(compat): replace the useId hook to support react17 (#2545)","shortMessageHtmlLink":"fix(compat): replace the useId hook to support react17 (#2545)"}},{"before":"154056b42e2ae044aaed415254738cd4c0a7369c","after":"d90a3261c053ac2e4018985c9879dddabcbc4ea2","ref":"refs/heads/master","pushedAt":"2024-03-19T01:59:14.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"plouc","name":"Raphaël Benitte","path":"/plouc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/501642?s=80&v=4"},"commit":{"message":"feat(bar): add bar totals (#2525)\n\n* feat: add bar totals layer\r\n\r\n* fix: insert unique key prop to each total\r\n\r\n* test: insert tests to totals bar layer\r\n\r\n* docs: insert recipe on website bar page\r\n\r\n* fix: update scale functions types\r\n\r\n* refactor: enable totals by prop instead of directly on layers\r\n\r\n* style: apply theme configuration on totals\r\n\r\n* feat: make totals offsets configurable\r\n\r\n* refactor: centralize compute of totals bar\r\n\r\n* chore: re-format website docs yml\r\n\r\n* refactor: use props along with layers to enable totals\r\n\r\n* fix: remove unnused variable\r\n\r\n* style: add transitions to bar totals\r\n\r\n* test: update tests to find totals component\r\n\r\n* docs: add enable totals docs on website\r\n\r\n* refactor: use totals computed value through hook on canvas\r\n\r\n* fix: remove unnused var\r\n\r\n* fix: add enableTotals prop to default bar props on website\r\n\r\n* docs(website): add default enableTotals prop to canvas and svg flavors\r\n\r\n* style: align total label text based on layout mode\r\n\r\n* feat: add value format to totals labels\r\n\r\n* refactor: configure totals transition inside its component\r\n\r\n* refactor: format value in totals compute function\r\n\r\n* style: prevent overlap on zero totals offset\r\n\r\n* types: remove optional syntax\r\n\r\n* feat: animation offset is calculated individually by index\r\n\r\n* chore: change order of initializing default layers\r\n\r\n* refactor: add numeric value to bar totals data","shortMessageHtmlLink":"feat(bar): add bar totals (#2525)"}},{"before":"bd5daf529f1ea43ce847bcb3dcbd86eb3dd3752b","after":null,"ref":"refs/heads/fix-axes-guide","pushedAt":"2024-03-08T02:16:35.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"plouc","name":"Raphaël Benitte","path":"/plouc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/501642?s=80&v=4"}},{"before":"06bb46f82832d132c4e1bce56f57d056eba2a5fd","after":"154056b42e2ae044aaed415254738cd4c0a7369c","ref":"refs/heads/master","pushedAt":"2024-03-08T02:16:31.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"plouc","name":"Raphaël Benitte","path":"/plouc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/501642?s=80&v=4"},"commit":{"message":"fix(website): fix time based scale ticks demos","shortMessageHtmlLink":"fix(website): fix time based scale ticks demos"}},{"before":null,"after":"bd5daf529f1ea43ce847bcb3dcbd86eb3dd3752b","ref":"refs/heads/fix-axes-guide","pushedAt":"2024-03-08T02:06:34.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"plouc","name":"Raphaël Benitte","path":"/plouc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/501642?s=80&v=4"},"commit":{"message":"fix(website): fix time based scale ticks demos","shortMessageHtmlLink":"fix(website): fix time based scale ticks demos"}},{"before":"fd32038629a17d05bb990f5024f241ca5be587e8","after":"06bb46f82832d132c4e1bce56f57d056eba2a5fd","ref":"refs/heads/master","pushedAt":"2024-03-08T01:40:15.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"plouc","name":"Raphaël Benitte","path":"/plouc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/501642?s=80&v=4"},"commit":{"message":"v0.85.1","shortMessageHtmlLink":"v0.85.1"}},{"before":"c835247cc26be1ef93c9fe307201d56ea3d738fa","after":null,"ref":"refs/heads/upgrade-d3-scale","pushedAt":"2024-03-08T01:36:54.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"plouc","name":"Raphaël Benitte","path":"/plouc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/501642?s=80&v=4"}},{"before":"800db3793f61b5d0ff21257af979c3b781ce4e0b","after":"fd32038629a17d05bb990f5024f241ca5be587e8","ref":"refs/heads/master","pushedAt":"2024-03-08T01:36:49.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"plouc","name":"Raphaël Benitte","path":"/plouc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/501642?s=80&v=4"},"commit":{"message":"feat(deps): upgrade d3-scale due to vulnerability","shortMessageHtmlLink":"feat(deps): upgrade d3-scale due to vulnerability"}},{"before":"4ab05e2a976cb43397fe91720aab9fb3705bdf36","after":"800db3793f61b5d0ff21257af979c3b781ce4e0b","ref":"refs/heads/master","pushedAt":"2024-03-08T01:30:40.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"plouc","name":"Raphaël Benitte","path":"/plouc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/501642?s=80&v=4"},"commit":{"message":"fix(tooltip): avoid a flash effect and weird initial transition (#2480)","shortMessageHtmlLink":"fix(tooltip): avoid a flash effect and weird initial transition (#2480)"}},{"before":null,"after":"c835247cc26be1ef93c9fe307201d56ea3d738fa","ref":"refs/heads/upgrade-d3-scale","pushedAt":"2024-03-08T01:26:40.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"plouc","name":"Raphaël Benitte","path":"/plouc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/501642?s=80&v=4"},"commit":{"message":"feat(deps): upgrade d3-scale due to vulnerability","shortMessageHtmlLink":"feat(deps): upgrade d3-scale due to vulnerability"}},{"before":"68375a1bfcf42fba38b10b454a499223103702e1","after":"4ab05e2a976cb43397fe91720aab9fb3705bdf36","ref":"refs/heads/master","pushedAt":"2024-03-07T00:31:30.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"plouc","name":"Raphaël Benitte","path":"/plouc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/501642?s=80&v=4"},"commit":{"message":"v0.85.0","shortMessageHtmlLink":"v0.85.0"}},{"before":"193a4ceefa801ccb607dfe8e8f428e21d3b436f8","after":"68375a1bfcf42fba38b10b454a499223103702e1","ref":"refs/heads/master","pushedAt":"2024-03-06T23:59:56.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"plouc","name":"Raphaël Benitte","path":"/plouc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/501642?s=80&v=4"},"commit":{"message":"fix(dependencies): fix peer dependencies (#2528)\n\n* Fix (peer) dependencies\r\n\r\n* Declare `prop-types` as a dependency of `@nivo/core` (as recommended in their README)\r\n* Declare `react` as a peer dependency of `@nivo/tooltip`\r\n* Update lockfile\r\n\r\nFixes #2401\r\n\r\nSigned-off-by: Marvin A. Ruder \r\n\r\n* Use and declare the same `pnpm` version as `ci/codesandbox` uses\r\n\r\nSigned-off-by: Marvin A. Ruder \r\n\r\n---------\r\n\r\nSigned-off-by: Marvin A. Ruder ","shortMessageHtmlLink":"fix(dependencies): fix peer dependencies (#2528)"}},{"before":"0ab8f7324d43641df8a47554bc380369afd22a01","after":"193a4ceefa801ccb607dfe8e8f428e21d3b436f8","ref":"refs/heads/master","pushedAt":"2024-03-05T09:07:34.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"plouc","name":"Raphaël Benitte","path":"/plouc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/501642?s=80&v=4"},"commit":{"message":"fix(line): use readonly arrays for props as the library does not modify them (#2494)","shortMessageHtmlLink":"fix(line): use readonly arrays for props as the library does not modi…"}},{"before":"a90a6ccedc65770989c7c9d7c14025dd2b1f10e1","after":"0ab8f7324d43641df8a47554bc380369afd22a01","ref":"refs/heads/master","pushedAt":"2024-03-05T09:06:52.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"plouc","name":"Raphaël Benitte","path":"/plouc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/501642?s=80&v=4"},"commit":{"message":"fix(marimekko): use readonly arrays for props as the library does not modify them (#2493)","shortMessageHtmlLink":"fix(marimekko): use readonly arrays for props as the library does not…"}},{"before":"d74996a3169a0f0c825c52806759fbca76aed0cf","after":"a90a6ccedc65770989c7c9d7c14025dd2b1f10e1","ref":"refs/heads/master","pushedAt":"2024-03-05T09:05:38.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"plouc","name":"Raphaël Benitte","path":"/plouc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/501642?s=80&v=4"},"commit":{"message":"feat(line): add support for touch events + crosshair (#2524)\n\n* Fix build + note Windows development\r\n\r\n* Add touch cursor support\r\n\r\n* Make touch crosshair optional + off by default\r\n\r\n* `touchCrosshair` > `enableTouchCrosshair`\r\n\r\n* Add missing hook dependencies\r\n\r\n* Make unions of MouseEvent | TouchEvent\r\n\r\n* Added website docs\r\n\r\n* Update help\r\n\r\n* Add tests\r\n\r\n* Add touch crosshair to storybook\r\n\r\n* Fix make command\r\n\r\n* Add support for touch crosshair on slice based graphs\r\n\r\n* Update docs\r\n\r\n* Tweak defaults\r\n\r\n* Added note about slices vs useMesh for line isInteractive\r\n\r\n* Fix missing import\r\n\r\n* Tweaks comments","shortMessageHtmlLink":"feat(line): add support for touch events + crosshair (#2524)"}},{"before":"44d8967e774dc4d11d2d1f48513e102dcb4688e9","after":"d74996a3169a0f0c825c52806759fbca76aed0cf","ref":"refs/heads/master","pushedAt":"2024-03-05T00:03:24.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"plouc","name":"Raphaël Benitte","path":"/plouc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/501642?s=80&v=4"},"commit":{"message":"fix(website): fix tooltip default color in the theming guide (#2521)\n\n* fix tooltip default color\r\n\r\n* use correct tooltip container color","shortMessageHtmlLink":"fix(website): fix tooltip default color in the theming guide (#2521)"}},{"before":"c741a8832990b60c58e2e4041394e02f4388c88a","after":"44d8967e774dc4d11d2d1f48513e102dcb4688e9","ref":"refs/heads/master","pushedAt":"2024-02-22T01:20:09.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"plouc","name":"Raphaël Benitte","path":"/plouc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/501642?s=80&v=4"},"commit":{"message":"Fix: add initial property for truncateTickAt (#2504)\n\n* add initial property for truncateTickAt\r\n\r\n* remove unecessary new line\r\n\r\n* add missing truncateTickAt bump","shortMessageHtmlLink":"Fix: add initial property for truncateTickAt (#2504)"}},{"before":"bc18832351f6e1bc70ec189ed5efd1fe96e0a654","after":"c741a8832990b60c58e2e4041394e02f4388c88a","ref":"refs/heads/master","pushedAt":"2024-02-22T01:19:24.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"plouc","name":"Raphaël Benitte","path":"/plouc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/501642?s=80&v=4"},"commit":{"message":"chore: upgrade d3-color and d3-scale-chromatic\n\nDone to match other packages","shortMessageHtmlLink":"chore: upgrade d3-color and d3-scale-chromatic"}},{"before":"d87af09a2287f55d0496d007ff995c5fa8fc3de2","after":"bc18832351f6e1bc70ec189ed5efd1fe96e0a654","ref":"refs/heads/master","pushedAt":"2024-02-05T03:31:59.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"plouc","name":"Raphaël Benitte","path":"/plouc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/501642?s=80&v=4"},"commit":{"message":"fix(sankey): update onClick types in sankey chart to respect generics (#2509)\n\n* Fix onClick types in sankey chart\r\n\r\n* Update types.ts","shortMessageHtmlLink":"fix(sankey): update onClick types in sankey chart to respect generics ("}},{"before":"71f3496361eb33c10380d12d3abb200813d9429b","after":"d87af09a2287f55d0496d007ff995c5fa8fc3de2","ref":"refs/heads/master","pushedAt":"2024-01-07T15:09:01.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"plouc","name":"Raphaël Benitte","path":"/plouc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/501642?s=80&v=4"},"commit":{"message":"set default props inside components","shortMessageHtmlLink":"set default props inside components"}},{"before":"18caae79a873632439782332f3124b964b1e6347","after":"536119aa8e1faefa7025e714e9460cd0230d0691","ref":"refs/heads/line-ts-migration","pushedAt":"2023-12-05T21:36:11.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"plouc","name":"Raphaël Benitte","path":"/plouc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/501642?s=80&v=4"},"commit":{"message":"feat(line): use react-test-renderer instead of enzyme in unit tests","shortMessageHtmlLink":"feat(line): use react-test-renderer instead of enzyme in unit tests"}},{"before":null,"after":"18caae79a873632439782332f3124b964b1e6347","ref":"refs/heads/line-ts-migration","pushedAt":"2023-12-04T22:05:44.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"plouc","name":"Raphaël Benitte","path":"/plouc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/501642?s=80&v=4"},"commit":{"message":"feat(line): init typescript migration","shortMessageHtmlLink":"feat(line): init typescript migration"}},{"before":"4fa26a2dadca181b0bfa7ea2a2a579533aba578d","after":"71f3496361eb33c10380d12d3abb200813d9429b","ref":"refs/heads/master","pushedAt":"2023-11-20T07:13:08.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"plouc","name":"Raphaël Benitte","path":"/plouc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/501642?s=80&v=4"},"commit":{"message":"v0.84.0","shortMessageHtmlLink":"v0.84.0"}},{"before":"3361043bebb49965dc185f7026d5ed7b16c5aafd","after":null,"ref":"refs/heads/pie-controlled-active-id","pushedAt":"2023-11-20T06:52:42.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"plouc","name":"Raphaël Benitte","path":"/plouc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/501642?s=80&v=4"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEPYKH8QA","startCursor":null,"endCursor":null}},"title":"Activity · plouc/nivo"}