3
0

Add NoAnimation to compose chart config

This commit is contained in:
Tomaž Jerman
2023-01-24 11:26:23 +01:00
committed by Jože Fortun
parent f9cc910e5a
commit a5a716e451

View File

@@ -33,6 +33,7 @@ type (
ChartConfig struct {
Reports []*ChartConfigReport `json:"reports,omitempty"`
ColorScheme string `json:"colorScheme,omitempty"`
NoAnimation bool `json:"noAnimation,omitempty"`
}
ChartConfigReport struct {