An open API service indexing awesome lists of open source software.

https://github.com/hediet/visualization

A framework for visualizing data encoded as json.
https://github.com/hediet/visualization

javascript json visualization

Last synced: about 1 year ago
JSON representation

A framework for visualizing data encoded as json.

Awesome Lists containing this project

README

          

# Visualization Framework

This repository contains two packages.

## @hediet/visualization-core

This package provides basic infrastructure for implementing visualizations.
See its readme [here](./visualization-core/README.md).

## @hediet/visualization-bundle

This package bundles all the visualizations.
See its readme [here](./visualization-bundle/README.md).

If you want to add your own visualization to this project, visualization-bundle is the right place!
The readme documents how to implement your own visualization.