Skip to content

Commit

Permalink
muda gráfico-teste página inicial
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrelamor committed Oct 12, 2023
1 parent 8d0c734 commit ba48a56
Showing 1 changed file with 13 additions and 24 deletions.
37 changes: 13 additions & 24 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,31 +14,20 @@
"$schema":"https://vega.github.io/schema/vega-lite/v5.json",
"data": {"url": "assets/charts/data/seattle-weather.csv"},
"layer": [{
"mark": "bar",
"encoding": {
"x": {
"timeUnit": "month",
"field": "date",
"type": "ordinal"
},
"y": {
"aggregate": "mean",
"field": "precipitation",
"type": "quantitative"
}
"mark": "bar",
"encoding": {
"x": {
"timeUnit": "month",
"field": "date",
"type": "ordinal"
},
"y": {
"aggregate": "mean",
"field": "precipitation"
}
}, {
"mark": "rule",
"encoding": {
"y": {
"aggregate": "mean",
"field": "precipitation",
"type": "quantitative"
},
"color": {"value": "firebrick"},
"size": {"value": 3}
}
}]
}
}
]
}
````

Expand Down

0 comments on commit ba48a56

Please sign in to comment.