Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/buntec/ff4s-canvas
Canvas-based charts for ff4s
https://github.com/buntec/ff4s-canvas
canvas charts scala scalajs
Last synced: 8 days ago
JSON representation
Canvas-based charts for ff4s
- Host: GitHub
- URL: https://github.com/buntec/ff4s-canvas
- Owner: buntec
- License: apache-2.0
- Created: 2023-12-20T10:14:49.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-05T11:30:01.000Z (8 months ago)
- Last Synced: 2024-10-08T12:59:34.339Z (29 days ago)
- Topics: canvas, charts, scala, scalajs
- Language: Scala
- Homepage: https://buntec.github.io/ff4s-canvas/
- Size: 18.1 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ff4s-canvas :chart_with_upwards_trend:
Create [canvas](https://developer.mozilla.org/en-US/docs/Web/API/Canvas_API)-based interactive charts the purely functional way.
This is an experimental companion library to [ff4s](https://www.github.com/buntec/ff4s).
Currently only supports Scala 3. No releases yet but you can try a [snapshot](https://s01.oss.sonatype.org/content/repositories/snapshots/io/github/buntec/ff4s-canvas_sjs1_3/):
```
Global / resolvers += "Sonatype S01 OSS Snapshots" at "https://s01.oss.sonatype.org/content/repositories/snapshots"
```## Examples
Try the examples by running `examples/fastLinkJS` in sbt and serving
the `index.html` in the `examples` folder using something
like [Live Server](https://www.npmjs.com/package/live-server).