visdown is an open source text markup language created in 2016 by Amit Kapoor.
#797on PLDB | 8Years Old |
git clone https://github.com/amitkaps/visdown
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
```