feat: [WIP] add radar component

This commit is contained in:
Mathias Schopmans
2024-02-20 15:39:43 +01:00
committed by Mathias Schopmans
parent 563d8debc0
commit 1b7634a2ef
5 changed files with 138 additions and 5 deletions

View File

@@ -30,6 +30,8 @@ export interface Ring {
title: string;
description: string;
color: string;
radius?: number;
strokeWidth?: number;
}
export interface Quadrant {