@hediet/visualization-core

Provides infrastructure to find registered visualizations for given json data


Keywords
visualization, json, javascript
License
MIT
Install
npm install @hediet/visualization-core@0.3.1

Documentation

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.