From ab31dfe72707e4ce47e2194d49556f252d8738fd Mon Sep 17 00:00:00 2001 From: Jakub Juszczak Date: Sat, 5 Aug 2017 14:23:38 +0200 Subject: [PATCH 1/4] =?UTF-8?q?=F0=9F=90=9B=20Fix=20default=20height=20to?= =?UTF-8?q?=20100%?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/BaseCharts/Bar.js | 2 +- src/BaseCharts/Bubble.js | 2 +- src/BaseCharts/Doughnut.js | 2 +- src/BaseCharts/HorizontalBar.js | 2 +- src/BaseCharts/Line.js | 2 +- src/BaseCharts/Pie.js | 2 +- src/BaseCharts/PolarArea.js | 2 +- src/BaseCharts/Radar.js | 2 +- src/BaseCharts/Scatter.js | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/BaseCharts/Bar.js b/src/BaseCharts/Bar.js index 2f15989a..2025780c 100644 --- a/src/BaseCharts/Bar.js +++ b/src/BaseCharts/Bar.js @@ -45,7 +45,7 @@ export default Vue.extend({ default () { return { width: '100%', - height: '200%', + height: '100%', position: 'relative' } } diff --git a/src/BaseCharts/Bubble.js b/src/BaseCharts/Bubble.js index 9f0f44ea..991b0c2d 100644 --- a/src/BaseCharts/Bubble.js +++ b/src/BaseCharts/Bubble.js @@ -46,7 +46,7 @@ export default Vue.extend({ default () { return { width: '100%', - height: '200%', + height: '100%', position: 'relative' } } diff --git a/src/BaseCharts/Doughnut.js b/src/BaseCharts/Doughnut.js index 2ca4dfed..ab8732fa 100644 --- a/src/BaseCharts/Doughnut.js +++ b/src/BaseCharts/Doughnut.js @@ -46,7 +46,7 @@ export default Vue.extend({ default () { return { width: '100%', - height: '200%', + height: '100%', position: 'relative' } } diff --git a/src/BaseCharts/HorizontalBar.js b/src/BaseCharts/HorizontalBar.js index efe98b55..9f519bc9 100644 --- a/src/BaseCharts/HorizontalBar.js +++ b/src/BaseCharts/HorizontalBar.js @@ -46,7 +46,7 @@ export default Vue.extend({ default () { return { width: '100%', - height: '200%', + height: '100%', position: 'relative' } } diff --git a/src/BaseCharts/Line.js b/src/BaseCharts/Line.js index 615b4e64..a1bde2ef 100644 --- a/src/BaseCharts/Line.js +++ b/src/BaseCharts/Line.js @@ -46,7 +46,7 @@ export default Vue.extend({ default () { return { width: '100%', - height: '200%', + height: '100%', position: 'relative' } } diff --git a/src/BaseCharts/Pie.js b/src/BaseCharts/Pie.js index 848ba5dd..015770bf 100644 --- a/src/BaseCharts/Pie.js +++ b/src/BaseCharts/Pie.js @@ -46,7 +46,7 @@ export default Vue.extend({ default () { return { width: '100%', - height: '200%', + height: '100%', position: 'relative' } } diff --git a/src/BaseCharts/PolarArea.js b/src/BaseCharts/PolarArea.js index df7156b9..d422a3bb 100644 --- a/src/BaseCharts/PolarArea.js +++ b/src/BaseCharts/PolarArea.js @@ -46,7 +46,7 @@ export default Vue.extend({ default () { return { width: '100%', - height: '200%', + height: '100%', position: 'relative' } } diff --git a/src/BaseCharts/Radar.js b/src/BaseCharts/Radar.js index 3ecbf7b7..14fe91f2 100644 --- a/src/BaseCharts/Radar.js +++ b/src/BaseCharts/Radar.js @@ -46,7 +46,7 @@ export default Vue.extend({ default () { return { width: '100%', - height: '200%', + height: '100%', position: 'relative' } } diff --git a/src/BaseCharts/Scatter.js b/src/BaseCharts/Scatter.js index f108f371..75fc285b 100644 --- a/src/BaseCharts/Scatter.js +++ b/src/BaseCharts/Scatter.js @@ -46,7 +46,7 @@ export default Vue.extend({ default () { return { width: '100%', - height: '200%', + height: '100%', position: 'relative' } } From 0fbdcc10b0cf8c317411ceb89bd21372ba96334d Mon Sep 17 00:00:00 2001 From: Jakub Juszczak Date: Sat, 5 Aug 2017 14:24:28 +0200 Subject: [PATCH 2/4] =?UTF-8?q?=F0=9F=92=8E=20Release=20new=20version=202.?= =?UTF-8?q?8.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub Juszczak --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index db01e0a2..05bd669a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-chartjs", - "version": "2.8.0", + "version": "2.8.1", "description": "vue.js wrapper for chart.js", "author": "Jakub Juszczak ", "homepage": "http://vue-chartjs.org", From d68af61dcec46ff87cdcce562c44b9071a849dfc Mon Sep 17 00:00:00 2001 From: Mikey Beck Date: Mon, 7 Aug 2017 12:05:01 +1200 Subject: [PATCH 3/4] Update README.md Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1fd31a4b..594781be 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ You can use `vue-chartjs` directly in the browser without any build setup. Like If you're using Gulp, Browserify or Webpack 1 the entry is `vue-chartjs.js` which is __transpiled__ and __bundled__ UMD Module. -However Vue.js and Chart.js are `deerDependencies` so you have to install them seperately. In most projects you will have `Vue.js` already installed anyways. This way, you can have different versions of Vue.js and Chart.js then in this package. +However Vue.js and Chart.js are `peerDependencies` so you have to install them seperately. In most projects you will have `Vue.js` already installed anyways. This way, you can have different versions of Vue.js and Chart.js then in this package. ### Webpack 2 If you're using Webpack 2 it will automatically use the `jsnext:main` / `module` entry point. Which is `es/index.js` From 703a91dafa75570f66fdaf985f25e0d367e3d4d7 Mon Sep 17 00:00:00 2001 From: Mikey Beck Date: Mon, 7 Aug 2017 12:07:18 +1200 Subject: [PATCH 4/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 594781be..88cd5207 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ You can use `vue-chartjs` directly in the browser without any build setup. Like If you're using Gulp, Browserify or Webpack 1 the entry is `vue-chartjs.js` which is __transpiled__ and __bundled__ UMD Module. -However Vue.js and Chart.js are `peerDependencies` so you have to install them seperately. In most projects you will have `Vue.js` already installed anyways. This way, you can have different versions of Vue.js and Chart.js then in this package. +However Vue.js and Chart.js are `peerDependencies` so you have to install them separately. In most projects you will have `Vue.js` already installed anyways. This way, you can have different versions of Vue.js and Chart.js then in this package. ### Webpack 2 If you're using Webpack 2 it will automatically use the `jsnext:main` / `module` entry point. Which is `es/index.js`