We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5f0a9a commit 0959142Copy full SHA for 0959142
README.md
@@ -162,7 +162,7 @@ const FCComponent = require('vue-fusioncharts').FCComponent;
162
Vue.component('fusioncharts', FCComponent);
163
```
164
165
-### props
+### Component Props
166
167
* `options`
168
@@ -217,8 +217,6 @@ Vue.component('fusioncharts', FCComponent);
217
</tbody>
218
</table>
219
220
-## [`Demos and Documentation`](https://fusioncharts.github.io/vue-fusioncharts/)
221
-
222
## Contributing
223
224
* Clone the repository.
@@ -231,4 +229,6 @@ $ git clone https://github.com/fusioncharts/vue-fusioncharts.git
231
229
$ cd vue-fusioncharts
232
230
$ npm install
233
$ npm start
234
-```
+```
+
+## [Demos and Documentation](https://fusioncharts.github.io/vue-fusioncharts/)
0 commit comments