https://github.com/slamdata/purescript-halogen-echarts
Halogen integration for Echarts.
https://github.com/slamdata/purescript-halogen-echarts
Last synced: 4 months ago
JSON representation
Halogen integration for Echarts.
- Host: GitHub
- URL: https://github.com/slamdata/purescript-halogen-echarts
- Owner: slamdata
- License: apache-2.0
- Archived: true
- Created: 2015-04-25T20:05:40.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2018-01-24T14:30:50.000Z (about 8 years ago)
- Last Synced: 2025-05-02T11:02:28.748Z (10 months ago)
- Language: PureScript
- Size: 397 KB
- Stars: 8
- Watchers: 16
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-purescript - purescript-halogen-echarts - A Halogen integration for the popular ECharts charting library (Components)
README
# purescript-halogen-echarts
[](https://github.com/slamdata/purescript-halogen-echarts/releases)
[](https://travis-ci.org/slamdata/purescript-halogen-echarts)
Halogen integration for Echarts via the `purescript-echarts` library.
## Installation
``` purescript
bower install purescript-halogen-echarts
```
## Notes
- `purescript-echarts` depends on the specific `echarts` version _~2.1.10_.
- Please include the `echarts-all.js` file from `echarts` via `script` tag in your html, or concatenate it with the bundled JavaScript file.
## Example
```
npm run example
open example/dist/index.html
```
## Documentation
Module documentation is [published on Pursuit](http://pursuit.purescript.org/packages/purescript-halogen-echarts).