https://github.com/openmole/scala-js-plotlyjs-demo
Small client application to show how to use the DefinitelyScala/scala-js-plotlyjs facade
https://github.com/openmole/scala-js-plotlyjs-demo
Last synced: about 1 year ago
JSON representation
Small client application to show how to use the DefinitelyScala/scala-js-plotlyjs facade
- Host: GitHub
- URL: https://github.com/openmole/scala-js-plotlyjs-demo
- Owner: openmole
- Created: 2017-11-02T13:50:41.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-11-25T10:31:56.000Z (over 1 year ago)
- Last Synced: 2025-03-25T12:51:22.074Z (about 1 year ago)
- Language: Scala
- Size: 1.13 MB
- Stars: 6
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# scala-js-plotlyjs-demo
Small client application to show how to use the [DefinitelyScala/scala-js-plotlyjs](https://github.com/DefinitelyScala/scala-js-plotlyjs) facade
## Content
This demo presents how to build graph with the scala-js-plotlyjs facade, which is a scala-js facade for plotly-js.
All the 2D plotlyjs graphs can theoritically be built.
Tested with scala-js-plotlyjs 1.3.0
## Build
```sbtshell
sbt
sbt> runDemo
```
Then open the scala-js-plotlyjs-demo/src/target/plotly-demo.html file. Here you are !
If you cannot wait, visit the [online demo](https://web.openmole.org/leclaire/plotly-demo.html)