Skip to content

Commit 73c29e1

Browse files
committed
add conditions
1 parent 7fc69fc commit 73c29e1

File tree

1 file changed

+84
-0
lines changed

1 file changed

+84
-0
lines changed

capabilities.json

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,11 @@
5858
"conditions": [
5959
{
6060
"axis": {
61+
"min": 1,
6162
"max": 1
6263
},
6364
"topvalues": {
65+
"min": 1,
6466
"max": 1
6567
},
6668
"bottomvalues": {
@@ -75,6 +77,88 @@
7577
"bottompercentdate": {
7678
"max": 1
7779
}
80+
},
81+
{
82+
"axis": {
83+
"min": 1,
84+
"max": 1
85+
},
86+
"topvalues": {
87+
"max": 1
88+
},
89+
"bottomvalues": {
90+
"min": 1,
91+
"max": 1
92+
},
93+
"warningstate": {
94+
"max": 1
95+
},
96+
"toppercentdate": {
97+
"max": 1
98+
},
99+
"bottompercentdate": {
100+
"max": 1
101+
}
102+
},
103+
{
104+
"axis": {
105+
"max": 0
106+
},
107+
"topvalues": {
108+
"max": 1
109+
},
110+
"bottomvalues": {
111+
"max": 1
112+
},
113+
"warningstate": {
114+
"max": 0
115+
},
116+
"toppercentdate": {
117+
"max": 0
118+
},
119+
"bottompercentdate": {
120+
"max": 0
121+
}
122+
},
123+
{
124+
"axis": {
125+
"max": 1
126+
},
127+
"topvalues": {
128+
"max": 0
129+
},
130+
"bottomvalues": {
131+
"max": 1
132+
},
133+
"warningstate": {
134+
"max": 0
135+
},
136+
"toppercentdate": {
137+
"max": 0
138+
},
139+
"bottompercentdate": {
140+
"max": 0
141+
}
142+
},
143+
{
144+
"axis": {
145+
"max": 1
146+
},
147+
"topvalues": {
148+
"max": 1
149+
},
150+
"bottomvalues": {
151+
"max": 0
152+
},
153+
"warningstate": {
154+
"max": 0
155+
},
156+
"toppercentdate": {
157+
"max": 0
158+
},
159+
"bottompercentdate": {
160+
"max": 0
161+
}
78162
}
79163
],
80164
"categorical": {

0 commit comments

Comments
 (0)