capibara 1.1.20 → 1.1.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5,6 +5,7 @@ var config = {
5
5
  "end": "2021-12-31",
6
6
  "dark": false,
7
7
  "withDarkToggle": true,
8
+ dateSelectable: true,
8
9
  "loading": false,
9
10
 
10
11
  contextMenu:{
@@ -52,7 +53,7 @@ var config = {
52
53
  {
53
54
  "varName": "next.foliar.value",
54
55
  "color": "c-green",
55
- "shape":"outlined"
56
+ "shape":"bar-outlined"
56
57
  },
57
58
 
58
59
  {
@@ -60,9 +61,14 @@ var config = {
60
61
  "color": "c-red",
61
62
  "shape": "bar"
62
63
  },
64
+ {
65
+ "varName": "next.insecticida.value",
66
+ "color": "c-red",
67
+ "shape": "bar-outlined"
68
+ },
63
69
  {
64
70
  "varName": "herbicida.value",
65
- "color": "c-orange",
71
+ "color": "c-yellow",
66
72
  "shape": "bar"
67
73
  },
68
74
  {
@@ -216,6 +222,7 @@ var config = {
216
222
  {
217
223
  "title": "Foliar",
218
224
  "color": "c-green",
225
+ shape: "outlined",
219
226
  "values": [
220
227
  {
221
228
  "name": "foliar",