visdown is a text markup language created in 2016 by Amit Kapoor.
#1182on PLDB | 7Years Old | 767Users |
0Books | 0Papers |
Write visualisation using a simple declarative markup like you would write code. Just wrap it in fenced block (three backticks) and mark the language as vis
.
```vis
data:
url: data/cars.csv
mark: point
encoding:
x:
field: kmpl
type: quantitative
y:
field: price
type: quantitative
```