frictionlessdata / livemark

Data presentation framework for Python that generates static sites from extended Markdown with interactive charts, tables, scripts, and other features
https://livemark.frictionlessdata.io
MIT License
95 stars 9 forks source link

Ability to use script's variables in charts/tables/etc #157

Open roll opened 3 years ago

roll commented 3 years ago

Overview

We'd like to do something like this:

script

data = [['name'],['value1'],['value2']]

following table/chart/etc

data: $data