JoshDavid / VegaLite

Data Visualization for your APL data using VegaLite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VegaLite is a JavaScript library that provides a high level grammar for describing modern plots and graphs. This library is an attempt at programatically generating the VegaLite specification, and rendered HTML, for you by making inferences based on your dataset so you can quickly produce data visualizations from an APL array with little to no specification neccesary.

See docs/examples.md for current examples.

Major version 0 of this library is still very much an exploratory WIP, but it can already be used to produce useful graphics.

Key features required for a major V1 release include:

  • Expanding the list of exposed functions in API
  • Allowing more advanced users to provide their own custom VegaLite specification
  • Allowing integration to hook into existing HTML Renderer objects or HTML sites
  • Providing an easy way to export the images as different file formats (.PNG, .SVG, etc.)
  • Looking into performance enhancements to work on large datasets (million+)
  • Allowing for different array input formats (Matrix w headers, vector of vectors, etc.)

About

Data Visualization for your APL data using VegaLite


Languages

Language:APL 65.1%Language:Roff 34.9%