Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/slamdata/purescript-halogen-echarts
Halogen integration for Echarts.
https://github.com/slamdata/purescript-halogen-echarts
Last synced: 3 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 (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-01-24T14:30:50.000Z (almost 7 years ago)
- Last Synced: 2024-07-01T09:56:46.196Z (4 months ago)
- Language: PureScript
- Size: 397 KB
- Stars: 8
- Watchers: 18
- 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
[![Latest release](http://img.shields.io/github/release/slamdata/purescript-halogen-echarts.svg)](https://github.com/slamdata/purescript-halogen-echarts/releases)
[![Build status](https://travis-ci.org/slamdata/purescript-halogen-echarts.svg?branch=master)](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).