Add NoAnimation to compose chart config
This commit is contained in:
committed by
Jože Fortun
parent
f9cc910e5a
commit
a5a716e451
@@ -33,6 +33,7 @@ type (
|
||||
ChartConfig struct {
|
||||
Reports []*ChartConfigReport `json:"reports,omitempty"`
|
||||
ColorScheme string `json:"colorScheme,omitempty"`
|
||||
NoAnimation bool `json:"noAnimation,omitempty"`
|
||||
}
|
||||
|
||||
ChartConfigReport struct {
|
||||
|
||||
Reference in New Issue
Block a user