https://github.com/neoddish/chartender-menu
chartender on menubar.
https://github.com/neoddish/chartender-menu
auto-visualization chart visualization
Last synced: about 1 year ago
JSON representation
chartender on menubar.
- Host: GitHub
- URL: https://github.com/neoddish/chartender-menu
- Owner: neoddish
- License: mit
- Created: 2022-03-30T13:04:56.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-11T13:35:37.000Z (about 4 years ago)
- Last Synced: 2025-02-14T03:54:11.906Z (over 1 year ago)
- Topics: auto-visualization, chart, visualization
- Language: TypeScript
- Homepage: https://github.com/neoddish/chartender-menu/releases/tag/v0.1.0
- Size: 113 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# chartender-menu
chartender on menubar - a widget generates charts for you.
Paste the data into the data view and Chartender-Menu will automatically recommand charts for you. You can modify the configuration of the chart or export the chart as an image or code snippet.
## Download
For MacOS:
* [Download latest here](https://github.com/neoddish/chartender-menu/releases/latest)
* Allow this app in *System Preferences > Securtiy & Privacy > General*
For Windows and Linux:
* Clone this repository
* Run `npm install`
* Run `npm run package`
* Find your executable in `/out/`
> Notice that I develop this app on MacOS, so there might be bugs on Windows/Linux. PRs welcome!
## Develop
### Debugging
```bash
npm install
npm start
```
### Packing
```bash
npm run package
```
Find your executable in `/out/`.
## Powered by
* [AVA](https://github.com/antvis/AVA) - A framework for automated visual analytics.
* [G2Plot](https://github.com/antvis/G2Plot) - An interactive and responsive charting library.
* [menubar](https://github.com/maxogden/menubar) - High level way to create menubar desktop applications with Electron.