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

https://github.com/kantord/just-chart


https://github.com/kantord/just-chart

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          


just-chart


Create and publish charts and dashboards from the command line in seconds


Introduction
Install
Features
Chart types
Using makefiles

## Introduction



## Features

* use any input format supported by emuto-cli
* save charts to YAML files that can be opened using just-dashboard-desktop
* preview charts using `--show`
* generate a shareable URL for your chart/dashboard in a second using `--publish`

### Upcoming features

* combine multiple charts into a page/dashboard
* more features for making interactive visualizations
* use different backends/platforms for visualizations

## Chart types

areaChart


barChart


donutChart


barChart --horizontal


barChart --horizontal --stacked


lineChart


pieChart


scatterPlot


splineChart


areaChart --stacked


barChart --stacked


lineChart --stacked


splineChart --stacked


## Using makefiles

FIXME: add documentation here 🙂