Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bruckwubete/echarts-ember

Ember binding for echarts
https://github.com/bruckwubete/echarts-ember

echarts ember

Last synced: 3 months ago
JSON representation

Ember binding for echarts

Awesome Lists containing this project

README

        

# echarts-ember

This README outlines the details of collaborating on this Ember addon.

## Installation

* `git clone ` this repository
* `cd echarts-ember`
* `npm install`

## Consuming

* {{ember-echart option=some_option id="some_id"}}
* See tests/dummy for details

## Running

* `ember serve`
* Visit your app at [http://localhost:4200](http://localhost:4200).
* you should see the following
![alt text][image_1]
![alt text][image_2]

[image_1]: https://github.com/bruckwubete/echarts-ember/blob/master/docs/images/echarts-ember-1.png
[image_2]: https://github.com/bruckwubete/echarts-ember/blob/master/docs/images/echarts-ember-2.png

## Running Tests

* `npm test` (Runs `ember try:each` to test your addon against multiple Ember versions)
* `ember test`
* `ember test --server`

## Building

* `ember build`

For more information on using ember-cli, visit [https://ember-cli.com/](https://ember-cli.com/).