1.1.7 • Published 7 years ago

react-heatmap-graph v1.1.7

Weekly downloads
1
License
MIT
Repository
-
Last release
7 years ago

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...
]
1.1.7

7 years ago

1.1.6

7 years ago

1.1.5

7 years ago

1.1.4

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago