From 5dcb3497955a670d56a940a1b12bc7ba7035917a Mon Sep 17 00:00:00 2001 From: Bruno Chicelli Date: Sun, 22 Feb 2026 15:25:56 -0600 Subject: [PATCH] Making this the official plotly calplot repo <3 Thanks for taking over the development of this lib! I honestly haven't made it my priority after the first iterations. Hope you have a great time and some fresh ideas on how to improve it. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 48603ce..ba78be8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # plotly-calheatmap -A continuation of [plotly-calplot](https://github.com/brunorosilva/plotly-calplot) by Bruno Rocha Silva, which is no longer actively maintained. +A continuation of [plotly-calplot](https://github.com/brunorosilva/plotly-calplot) by Bruno `rosilva` Chicelli, which is no longer actively maintained. This project picks up where plotly-calplot left off, providing an interactive calendar heatmap built with Plotly — similar to the contribution graphs on GitHub and GitLab profile pages. @@ -262,4 +262,4 @@ fig = calheatmap(df, x="date", y="value", layout="calendar", cols=4) ## Credits -This project is based on the original work by [Bruno Rocha Silva](https://github.com/brunorosilva) — [plotly-calplot](https://github.com/brunorosilva/plotly-calplot). +This project is based on the original work by [Bruno `rosilva` Chicelli](https://github.com/brunorosilva) — [plotly-calplot](https://github.com/brunorosilva/plotly-calplot).