🖋️ Add grammar for Radar chart

This commit is contained in:
Thomas Di Cizerone
2025-03-16 18:00:50 +01:00
parent d6022408a9
commit d80cc38bb2
11 changed files with 577 additions and 2 deletions

View File

@@ -7,6 +7,7 @@ export {
PieSection,
Architecture,
GitGraph,
Radar,
Branch,
Commit,
Merge,
@@ -31,6 +32,7 @@ export {
PieGeneratedModule,
ArchitectureGeneratedModule,
GitGraphGeneratedModule,
RadarGeneratedModule,
} from './generated/module.js';
export * from './gitGraph/index.js';
@@ -39,3 +41,4 @@ export * from './info/index.js';
export * from './packet/index.js';
export * from './pie/index.js';
export * from './architecture/index.js';
export * from './radar/index.js';