๐Ÿ“ฆ hediet / visualization

A framework for visualizing data encoded as json.

โ˜… 108 stars โ‘‚ 12 forks ๐Ÿ‘ 108 watching โš–๏ธ MIT License
javascriptjsonvisualization
๐Ÿ“ฅ Clone https://github.com/hediet/visualization.git
HTTPS git clone https://github.com/hediet/visualization.git
SSH git clone git@github.com:hediet/visualization.git
CLI gh repo clone hediet/visualization
Henning Dieterichs Henning Dieterichs version bump 9e6dc9a 2 years ago ๐Ÿ“ History
๐Ÿ“‚ master View all commits โ†’
๐Ÿ“ .github
๐Ÿ“ .vscode
๐Ÿ“ playground
๐Ÿ“ simple-demo
๐Ÿ“ visualization-core
๐Ÿ“„ .gitignore
๐Ÿ“„ .prettierrc.json
๐Ÿ“„ LICENSE.md
๐Ÿ“„ package.json
๐Ÿ“„ README.md
๐Ÿ“„ tslint.json
๐Ÿ“„ yarn.lock
๐Ÿ“„ README.md

Visualization Framework

This repository contains two packages.

@hediet/visualization-core

This package provides basic infrastructure for implementing visualizations. See its readme here.

@hediet/visualization-bundle

This package bundles all the visualizations. See its readme here.

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.