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

https://github.com/dyzio18/electron-logarithmic-graph

Desktop app for visualization data from a binary file in Electron & JS.
https://github.com/dyzio18/electron-logarithmic-graph

electron electron-app es6 graph graphjs javascript visualization

Last synced: 5 months ago
JSON representation

Desktop app for visualization data from a binary file in Electron & JS.

Awesome Lists containing this project

README

          

# electron-logarithmic-graph
Visualization of data from a binary file.

It's my first electron project and also project for classes in college.
The purpose of the application was to visualize a specific data file as a graph and the ability to save as a photo.

## Get started
Install dependencies:
``` yarn install ```

Run app:
``` yarn start```

(you can also use **npm**)

### Live example
![video](live_example.gif)

### Save plot as image (.png)
![Screenshot](chart_1.png)