Skip to content

neoddish/chartender-menu

Repository files navigation

chartender-menu

chartender on menubar - a widget generates charts for you.

screenshot

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:

For Windows and Linux:

  • Clone this repository
  • Run npm install
  • Run npm run package
  • Find your executable in <project>/out/

Notice that I develop this app on MacOS, so there might be bugs on Windows/Linux. PRs welcome!

Develop

Debugging

npm install
npm start

Packing

npm run package

Find your executable in <project>/out/.

Powered by

  • AVA - A framework for automated visual analytics.
  • G2Plot - An interactive and responsive charting library.
  • menubar - High level way to create menubar desktop applications with Electron.