XinYun2020 / vega_lite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vega-lite examples

The visualiastion will be shown on https://kanesec.github.io/vega_lite/

1. Stacked Bar Chart (COVID-19 Dataset):

https://kanesec.github.io/vega_lite/1_stacked_bar_chart/

2. Proportional Symbol Map (Basemap + Earthquake Data):

https://kanesec.github.io/vega_lite/2_symbol_map/

3. Choropleth Map (COVID-19 by Country)

https://kanesec.github.io/vega_lite/3_choropleth_map/

4. Interactive Scatter Plot (COVID-19)

https://kanesec.github.io/vega_lite/4_interactive_scatter_plot/

  • Tooltips
  • Text Annotation
  • Filtering with a slider
  • Selection
  • Legend fitlering

5. Multiple Charts (COVID-19)

https://kanesec.github.io/vega_lite/5_multiple_charts_html/

Combines

  • the Choropleth Map, and
  • the Interactive Scatter Plot

About


Languages

Language:HTML 88.2%Language:CSS 11.8%