Skip to content

sophstad/react-heatmap-graph

Repository files navigation

React Calendar Heatmap

A heatmap graph component built on SVG, based on react-calendar-heatmap. It doesn't use a calendar, but instead an array of nested objects.

Expected structure:

[
  {
    section: "Section 1",
    tabs: [
      {
        title: "First tab title",
        value: 21
      },
      // More tabs...
    ]
  },
  // More sections...
]

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published