mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-12-17 21:50:25 +08:00
Fix typos (#955)
This commit is contained in:
parent
6bae9f3d93
commit
b81c7f55ec
1 changed files with 3 additions and 3 deletions
|
|
@ -77,7 +77,7 @@ Vl.new(width: 400, height: 300)
|
||||||
### Stacked bar chart
|
### Stacked bar chart
|
||||||
|
|
||||||
A stacked bar chart contains multi-color bars to represent
|
A stacked bar chart contains multi-color bars to represent
|
||||||
several quantitive values at once.
|
several quantitative values at once.
|
||||||
|
|
||||||
```elixir
|
```elixir
|
||||||
# Source: https://vega.github.io/vega-lite/examples/stacked_bar_weather.html
|
# Source: https://vega.github.io/vega-lite/examples/stacked_bar_weather.html
|
||||||
|
|
@ -376,7 +376,7 @@ Vl.new(width: 400, height: 300)
|
||||||
|
|
||||||
### Streamgraph
|
### Streamgraph
|
||||||
|
|
||||||
A streamgraph is a type of area chart which is displaced around a centerl axis.
|
A streamgraph is a type of area chart which is displaced around a central axis.
|
||||||
|
|
||||||
```elixir
|
```elixir
|
||||||
Vl.new(width: 400, height: 300)
|
Vl.new(width: 400, height: 300)
|
||||||
|
|
@ -564,7 +564,7 @@ Vl.new(width: 400, height: 300)
|
||||||
### Trellis bar chart
|
### Trellis bar chart
|
||||||
|
|
||||||
Trellis display is a series of graphs with the same scale and axes
|
Trellis display is a series of graphs with the same scale and axes
|
||||||
split according to some criteria, so that they are easily to compare.
|
split according to some criteria, so that they are easy to compare.
|
||||||
|
|
||||||
```elixir
|
```elixir
|
||||||
# Source: https://vega.github.io/vega-lite/examples/trellis_bar.html
|
# Source: https://vega.github.io/vega-lite/examples/trellis_bar.html
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue