sophstad / react-heatmap-graph

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:JavaScript 92.0%Language:CSS 6.7%Language:Shell 1.4%