Skip to content

Commit e715696

Browse files
committed
Merge branch 'release/3.0.1'
2 parents a9191bb + 7666c99 commit e715696

File tree

3 files changed

+6
-16
lines changed

3 files changed

+6
-16
lines changed

README.md

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ A simple and lightweight `VueJS` component for `FusionCharts` JavaScript Chartin
2424
- [Working with events](#working-with-events)
2525
- [Quick Start](#quick-start)
2626
- [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)
2828
- [For Contributors](#for-contributors)
2929
- [Licensing](#licensing)
3030

@@ -79,7 +79,7 @@ import Charts from 'fusioncharts/fusioncharts.charts';
7979
Now, register it as plugin in Vue object
8080

8181
```js
82-
Vue.use(VueFusionCharts, FusionCharts, Pie2D);
82+
Vue.use(VueFusionCharts, FusionCharts, Charts);
8383
```
8484

8585
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:
245245

246246
## Usage and integration of FusionTime
247247

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.
249249

250250
Learn more about FusionTime [here](https://www.fusioncharts.com/fusiontime).
251251

@@ -343,14 +343,4 @@ $ npm install
343343

344344
## Licensing
345345

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).

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-fusioncharts",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "FusionCharts component for Vue.js",
55
"main": "dist/vue-fusioncharts.js",
66
"author": "FusionCharts",

0 commit comments

Comments
 (0)