diff --git a/LICENCE b/LICENCE
index 1474d32..a400484 100644
--- a/LICENCE
+++ b/LICENCE
@@ -1,6 +1,6 @@
MIT License
-Copyright (c) 2017 林鑫
+Copyright (c) 2017-2019 林鑫
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
diff --git a/README.md b/README.md
index 9ec31c7..9fad4cf 100644
--- a/README.md
+++ b/README.md
@@ -11,8 +11,6 @@
Support for use at the mobile. Support vue.js 1.x & 2.x
-[interactive demo](http://blog.gdfengshuo.com/example/#/vue-schart)
-
## Usage
Install:
@@ -26,24 +24,36 @@ Use in component:
```html
-
+
diff --git a/example/src/vue-schart.vue b/example/src/vue-schart.vue
index da5fd46..2840327 100644
--- a/example/src/vue-schart.vue
+++ b/example/src/vue-schart.vue
@@ -5,59 +5,48 @@
\ No newline at end of file
diff --git a/package.json b/package.json
index cb3a058..4e98a57 100644
--- a/package.json
+++ b/package.json
@@ -1,13 +1,12 @@
{
"name": "vue-schart",
"description": "Vue.js wrapper for sChart.js",
- "version": "1.0.0",
+ "version": "2.0.0",
"author": "lin-xin <2981207131@qq.com>",
"main": "src/vue-schart.vue",
- "scripts": {
- },
+ "scripts": {},
"dependencies": {
- "schart.js": "^2.0.0"
+ "schart.js": "^3.0.0"
},
"repository": {
"type": "git",
@@ -24,4 +23,4 @@
"bugs": {
"url": "https://github.com/lin-xin/vue-schart/issues"
}
-}
+}
\ No newline at end of file
diff --git a/src/vue-schart.vue b/src/vue-schart.vue
index da5fd46..2840327 100644
--- a/src/vue-schart.vue
+++ b/src/vue-schart.vue
@@ -5,59 +5,48 @@
\ No newline at end of file