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.
- Host: GitHub
- URL: https://github.com/dyzio18/electron-logarithmic-graph
- Owner: Dyzio18
- License: apache-2.0
- Created: 2018-03-06T22:17:06.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-16T13:49:23.000Z (over 7 years ago)
- Last Synced: 2024-12-26T23:26:35.377Z (10 months 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)
