Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bruckwubete/echarts-ember
- Owner: bruckwubete
- License: mit
- Created: 2018-03-06T19:43:05.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-26T16:02:42.000Z (almost 7 years ago)
- Last Synced: 2024-10-30T05:27:00.718Z (3 months ago)
- Topics: echarts, ember
- Language: JavaScript
- Homepage: https://ecomfe.github.io/echarts-doc/public/en/index.html
- Size: 1.12 MB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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/).