https://github.com/kantord/just-chart
https://github.com/kantord/just-chart
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kantord/just-chart
- Owner: kantord
- Created: 2019-09-07T08:53:19.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T08:49:17.000Z (almost 2 years ago)
- Last Synced: 2025-03-30T00:01:44.888Z (7 months ago)
- Language: JavaScript
- Size: 3.46 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
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 🙂