Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wwj718/echartsxblock
https://github.com/wwj718/echartsxblock
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/wwj718/echartsxblock
- Owner: wwj718
- License: gpl-3.0
- Created: 2015-08-31T09:49:45.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-08T02:41:53.000Z (about 9 years ago)
- Last Synced: 2023-08-04T13:48:54.019Z (over 1 year ago)
- Language: JavaScript
- Size: 152 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
#echartsXBLock
--by wwj718This package provides an XBlock to use [echarts](https://github.com/ecomfe/echarts) in edX platform
echart demo :
#Installation
* sudo su edxapp -s /bin/bash
* cd ~
* source edxapp_env
* pip install -e git+https://github.com/wwj718/echartsXBLock
* in /edx/app/edxapp/cms.envs.json add `"ALLOW_ALL_ADVANCED_COMPONENTS": true,` to to the list of FEATURES#Course Authoring in edX Studio
1. Change Advanced Settings
* Open a course you are authoring and select "Settings" ⇒ "Advanced Settings
* Navigate to the section titled "Advanced Module List"
* Add "echart" to module list2. Create an echart XBlock
* Return to the Course Outline
* Create a Section, Sub-section and Unit, if you haven't already
* In the "Add New Component" interface, you should now see an "Advanced" button
* Click "Advanced" and choose "echart"#echart
![echarts0](http://7sby7q.com1.z0.glb.clouddn.com/echarts0.jpeg)
![echarts1](http://7sby7q.com1.z0.glb.clouddn.com/echarts1.jpeg)
![echarts2](http://7sby7q.com1.z0.glb.clouddn.com/echarts2.jpeg)
![echarts3](http://7sby7q.com1.z0.glb.clouddn.com/echarts3.jpeg)
![echarts4](http://7sby7q.com1.z0.glb.clouddn.com/echarts4.jpeg)
![echarts5](http://7sby7q.com1.z0.glb.clouddn.com/echarts5.jpeg)