Vega-Lite icon
Vega-Lite icon

Vega-Lite

 3 likes

Vega-Lite provides a higher-level grammar for visual analysis, comparable to ggplot or Tableau, that generates complete Vega specifications. Vega-Lite specifications consist of simple mappings of variables in a data set to visual encoding channels such as x, y, color, and size.

Vega-Lite screenshot 1

License model

  • FreeOpen Source

Country of Origin

  • US flagUnited States

Platforms

  • Online  [https://vega.github.io/editor/#/custom/vega-lite](https://vega.github.io/editor/#/custom/vega-lite)
  • Self-Hosted
4.5 / 5 Avg rating (2)
3likes
1comment
0news articles

Features

Suggest and vote on features
  1.  Graphs
  2.  Interactive Visualization
  3.  Data visualization
  4.  Charts

 Tags

Vega-Lite News & Activities

Highlights All activities

Recent activities

No activities found.

Vega-Lite information

  • Developed by

    US flagVega
  • Licensing

    Open Source (BSD-3-Clause) and Free product.
  • Written in

  • Rating

    Average rating of 4.5
  • Alternatives

    6 alternatives listed
  • Supported Languages

    • English

GitHub repository

  •  4,855 Stars
  •  639 Forks
  •  772 Open Issues
  •   Updated May 2, 2025 
View on GitHub

Popular alternatives

View all

Our users have written 1 comments and reviews about Vega-Lite, and it has gotten 3 likes

Vega-Lite was added to AlternativeTo by David on May 24, 2019 and this page was last updated Sep 9, 2022.

Comments and Reviews

   
 Post comment/review
Top Positive Comment
superluminar
Oct 10, 2019
0

simple, declarative and versatile visualizations

What is Vega-Lite?

Vega-Lite provides a higher-level grammar for visual analysis, comparable to ggplot or Tableau, that generates complete Vega specifications. Vega-Lite specifications consist of simple mappings of variables in a data set to visual encoding channels such as x, y, color, and size. These mappings are then translated into detailed visualization specifications in the form of Vega specification language. Vega-Lite produces default values for visualization components (e.g., scales, axes, and legends) in the output Vega Visualization Grammar icon Vega Visualization Grammar specification using a rule-based approach, but users can explicit specify these properties to override default values.

Official Links