included heatmaps and time series charts to the definition

This commit is contained in:
Nils Kruthoff 2026-08-10 14:03:58 +02:00
parent cfe117a62a
commit 05ede0c615
No known key found for this signature in database
GPG Key ID: A5C0151B4DDB172C

View File

@ -26,4 +26,6 @@ public enum ChartDefinitionType
LINE,
PIE,
DONUT,
HEATMAP,
TIME_SERIES,
}