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: 10 months ago
JSON representation
Desktop app for visualization data from a binary file in Electron & JS.
- Host: GitHub
- URL: https://github.com/dyzio18/electron-logarithmic-graph
- Owner: Dyzio18
- License: apache-2.0
- Created: 2018-03-06T22:17:06.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-16T13:49:23.000Z (almost 8 years ago)
- Last Synced: 2024-12-26T23:26:35.377Z (about 1 year ago)
- Topics: electron, electron-app, es6, graph, graphjs, javascript, visualization
- Language: JavaScript
- Homepage:
- Size: 18.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

### Save plot as image (.png)
