We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a067aea commit 327cf71Copy full SHA for 327cf71
TODO.md
@@ -6,6 +6,7 @@ Features:
6
- [ ] 2D color matrix visualization
7
- [ ] Spiral visualization
8
- [ ] Highlight color based on action type
9
+- [ ] Mobile browser support
10
11
Fixes:
12
src/types.ts
@@ -52,6 +52,7 @@ export enum VisualizationType {
52
Bars = 'Bars',
53
Dots = 'Dots',
54
Colors = 'Colors',
55
+ Matrix = 'Matrix',
56
}
57
58
export enum DisplayType {
0 commit comments