Skip to content

tuplejump/lyra

 
 

Repository files navigation

The Lyra Visualization Design Environment

Lyra is an interactive environment that enables custom visualization design without writing any code. Graphical “marks” can be bound to data fields using property drop zones; dynamically positioned using connectors; and directly moved, rotated, and resized using handles. Lyra also provides a data pipeline interface for iterative visual specification of data transformations and layout algorithms. Lyra is more expressive than interactive systems like Tableau, allowing designers to create custom visualizations comparable to hand-coded visualizations built with D3 or Processing. These visualizations can then be easily published and reused on the Web.

A deployed version of Lyra is available online. For more information, check out the Lyra wiki.

Running locally

You can run lyra locally with docker.

# Build
sudo docker build -t uwdata/lyra .

# Serves on port 9009
sudo docker run -d -p 9009:8080 uwdata/lyra

About

An interactive, graphical Visualization Design Environment (VDE)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 88.0%
  • HTML 6.6%
  • CSS 5.3%
  • PHP 0.1%