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

https://github.com/414owen/smolgraph

An extremely small, easy to use multi-line-graph library.
https://github.com/414owen/smolgraph

data-visualization graph web

Last synced: 5 months ago
JSON representation

An extremely small, easy to use multi-line-graph library.

Awesome Lists containing this project

README

          

# Smolgraph

![NPM Version](https://img.shields.io/npm/v/smolgraph)

An extremely small, easy to use multi-line-graph library.

## Example

![example graph](./example.svg)

Live example: https://414owen.github.io/smolgraph/

## Features

* Small (<3.3k minified, and gzipped)
* Numeric or stringy x axis
* Pretty
* Themeable via css and some JS config
* Multiple lines
* Tracker visible on hover
* Displays points hovered over
* Scroll to zoom
* Pinch to zoom
* Double-click to zoom out
* Optional callback to load new data on zoom