/flasked-altair

Altair/Vega-Lite + Flask for easy web visuals

Primary LanguageHTML

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!