All Projects → lemoncyb → flasked-altair

lemoncyb / flasked-altair

Licence: other
Altair/Vega-Lite + Flask for easy web visuals

Programming Languages

HTML
75241 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to flasked-altair

covidviz
Professional visualizations of COVID-19, emulating NYT, The Guardian, Washington Post, The Economist & others, using only Python & Altair.
Stars: ✭ 24 (-52%)
Mutual labels:  vega, vega-lite, altair
streamlit-vega-lite
A Streamlit component to render interactive Vega, Vega-Lite, and Altair visualizations and access the selected data from Python
Stars: ✭ 59 (+18%)
Mutual labels:  vega, vega-lite, altair
visualisation-lab
An experimental visualisation workbench built using Svelte
Stars: ✭ 17 (-66%)
Mutual labels:  vega, vega-lite
Vega Lite
A concise grammar of interactive graphics, built on Vega.
Stars: ✭ 3,568 (+7036%)
Mutual labels:  vega, vega-lite
tensorflow-stack-ts
TensorFlow.js Full-Stack Starter Kit
Stars: ✭ 33 (-34%)
Mutual labels:  vega, vega-lite
pixie
Instant Kubernetes-Native Application Observability
Stars: ✭ 3,238 (+6376%)
Mutual labels:  vega
xrig
High performance cryptonight miner for AMD cards. Designed for large-scale use of RX Vega.
Stars: ✭ 23 (-54%)
Mutual labels:  vega
CryptoProfitSwitcher
Extensible profit switcher for crypto coins and algorithms
Stars: ✭ 49 (-2%)
Mutual labels:  vega
radeon-scripts
Scripts to manage various aspects of the AMD line of cards in Linux
Stars: ✭ 39 (-22%)
Mutual labels:  vega
datasette-dashboards
Datasette plugin providing data dashboards from metadata
Stars: ✭ 65 (+30%)
Mutual labels:  vega-lite
Vega
A visualization grammar.
Stars: ✭ 9,554 (+19008%)
Mutual labels:  vega
vega
Vega - .net ORM
Stars: ✭ 25 (-50%)
Mutual labels:  vega
gpdvega
gpdvega is a bridge between GeoPandas and Altair that allows to seamlessly chart geospatial data
Stars: ✭ 49 (-2%)
Mutual labels:  altair
Sanddance
Visually explore, understand, and present your data.
Stars: ✭ 5,579 (+11058%)
Mutual labels:  vega
notebook
Web based Clojure notebook application/-library.
Stars: ✭ 96 (+92%)
Mutual labels:  vega
covid19-clj-viz
REPL notebook for COVID19 visualization article – example code to produce maps in Vega from Clojure
Stars: ✭ 44 (-12%)
Mutual labels:  vega-lite
RandomX OpenCL
RandomX OpenCL implementation
Stars: ✭ 26 (-48%)
Mutual labels:  vega
covid19-italy
Quick streamlit dashboard to visualise the impact of COVID-19 in Italy
Stars: ✭ 24 (-52%)
Mutual labels:  altair
terminus-altair
Elegant customizable theme with vivid colors for Terminus
Stars: ✭ 26 (-48%)
Mutual labels:  altair
deloominator
Shed the light on your data!
Stars: ✭ 47 (-6%)
Mutual labels:  vega-lite

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!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].