vue-chartjs
Advanced tools
Comparing version 1.1.1 to 1.1.2
# Change Log | ||
## [1.1.1](https://github.com/apertureless/vue-chartjs/tree/1.1.1) (2016-08-23) | ||
[Full Changelog](https://github.com/apertureless/vue-chartjs/compare/1.1.0...1.1.1) | ||
## [1.1.0](https://github.com/apertureless/vue-chartjs/tree/1.1.0) (2016-08-21) | ||
@@ -4,0 +7,0 @@ [Full Changelog](https://github.com/apertureless/vue-chartjs/compare/1.0.3...1.1.0) |
{ | ||
"name": "vue-chartjs", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Vue wrapper for chart.js", | ||
@@ -5,0 +5,0 @@ "author": "Jakub Juszczak <jakub@nextindex.de>", |
@@ -8,3 +8,3 @@ import Vue from 'vue' | ||
<div> | ||
<canvas id="bar-chart" width=width height=height v-el:canvas></canvas> | ||
<canvas id="bar-chart" width="{{width}}" height="{{height}}" v-el:canvas></canvas> | ||
</div> | ||
@@ -11,0 +11,0 @@ `, |
@@ -8,3 +8,3 @@ import Vue from 'vue' | ||
<div> | ||
<canvas id="doughnut-chart" width=width height=height v-el:canvas></canvas> | ||
<canvas id="doughnut-chart" width={{width}} height={{height}} v-el:canvas></canvas> | ||
</div> | ||
@@ -11,0 +11,0 @@ `, |
@@ -8,3 +8,3 @@ import Vue from 'vue' | ||
<div> | ||
<canvas id="line-chart" width=width height=height v-el:canvas></canvas> | ||
<canvas id="line-chart" width={{width}} height={{height}} v-el:canvas></canvas> | ||
</div> | ||
@@ -11,0 +11,0 @@ `, |
@@ -8,3 +8,3 @@ import Vue from 'vue' | ||
<div> | ||
<canvas id="pie-chart" width=width height=height v-el:canvas></canvas> | ||
<canvas id="pie-chart" width={{width}} height={{height}} v-el:canvas></canvas> | ||
</div> | ||
@@ -11,0 +11,0 @@ `, |
@@ -8,3 +8,3 @@ import Vue from 'vue' | ||
<div> | ||
<canvas id="polar-chart" width=width height=height v-el:canvas></canvas> | ||
<canvas id="polar-chart" width={{width}} height={{height}} v-el:canvas></canvas> | ||
</div> | ||
@@ -11,0 +11,0 @@ `, |
@@ -8,3 +8,3 @@ import Vue from 'vue' | ||
<div> | ||
<canvas id="radar-chart" width=width height=height v-el:canvas></canvas> | ||
<canvas id="radar-chart" width={{width}} height={{height}} v-el:canvas></canvas> | ||
</div> | ||
@@ -11,0 +11,0 @@ `, |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4519956
55
2833