Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

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).