lemoncyb / flasked-altair

Altair/Vega-Lite + Flask for easy web visuals

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flasked-Altair

Demo Flask application of using Altair to generate D3 charts using Vega grammar. Using the awesome Flask framework and the Altair library makes it ridiculously easy to create D3 visualization without writing any client side code. Besides, the mouse over effect is powered by Vega-tooltip.

Inspired by the Flasked-Vincent project.

Requirements

  • Flask
  • Altair

Running

$ git clone https://github.com/lemoncyb/flasked-altair.git
$ cd flasked-altair
$ python ./app.py

Visit http://localhost:5000 in your browser, that's it!

About

Altair/Vega-Lite + Flask for easy web visuals


Languages

Language:HTML 62.8%Language:Python 37.2%