Ecosyste.ms: Awesome
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: 3 days ago
JSON representation
A framework for visualizing data encoded as json.
- Host: GitHub
- URL: https://github.com/hediet/visualization
- Owner: hediet
- License: mit
- Created: 2020-08-10T13:46:11.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-01-04T18:18:29.000Z (about 1 year ago)
- Last Synced: 2024-12-27T07:07:59.819Z (10 days ago)
- Topics: javascript, json, visualization
- Language: TypeScript
- Homepage: https://hediet.github.io/visualization/
- Size: 89.2 MB
- Stars: 101
- Watchers: 4
- Forks: 11
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.