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

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

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)