You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-14Lines changed: 4 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ A simple and lightweight `VueJS` component for `FusionCharts` JavaScript Chartin
24
24
-[Working with events](#working-with-events)
25
25
-[Quick Start](#quick-start)
26
26
-[Going Beyond Charts](#going-beyond-charts)
27
-
-[Usage and Integration of FusionTime](#usage-and-integration-of-fusionTime)
27
+
-[Usage and Integration of FusionTime](#usage-and-integration-of-fusiontime)
28
28
-[For Contributors](#for-contributors)
29
29
-[Licensing](#licensing)
30
30
@@ -79,7 +79,7 @@ import Charts from 'fusioncharts/fusioncharts.charts';
79
79
Now, register it as plugin in Vue object
80
80
81
81
```js
82
-
Vue.use(VueFusionCharts, FusionCharts, Pie2D);
82
+
Vue.use(VueFusionCharts, FusionCharts, Charts);
83
83
```
84
84
85
85
This way is recommended when you want component (`vue-fusioncharts` ) available from everywhere in your app.
@@ -245,7 +245,7 @@ links to help you get started:
245
245
246
246
## Usage and integration of FusionTime
247
247
248
-
From `fusioncharts@3.13.3-sr.1` and `vue-fusioncharts@3.0.0`, You can visualize timeseries data easily with angular.
248
+
From `fusioncharts@3.13.3-sr.1` and `vue-fusioncharts@3.0.0`, You can visualize timeseries data easily with vue.
249
249
250
250
Learn more about FusionTime [here](https://www.fusioncharts.com/fusiontime).
251
251
@@ -343,14 +343,4 @@ $ npm install
343
343
344
344
## Licensing
345
345
346
-
The FusionCharts Vue component is open-source and distributed under the terms of the MIT/X11 License. However, you will need to download and include FusionCharts library in your page separately, which has a [separate license](https://www.fusioncharts.com/buy). start
347
-
348
-
```
349
-
350
-
### [Demos and Documentation](https://fusioncharts.github.io/vue-fusioncharts/)
351
-
352
-
> ### Using Legacy Webpack Templates
353
-
>
354
-
> If you are using legacy webpack templates using (ex: `vue init webpack-simple myProject`), you need to use the new UglifyJS webpack plugin as the default plugin doesn't support ES5+ syntaxes.
355
-
> Refer here on what to change in the webpack.config.js: https://github.com/vuejs-templates/webpack-simple/issues/166#issuecomment-354394253
356
-
```
346
+
The FusionCharts Vue component is open-source and distributed under the terms of the MIT/X11 License. However, you will need to download and include FusionCharts library in your page separately, which has a [separate license](https://www.fusioncharts.com/buy).
0 commit comments