Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

vue-chartjs

Package Overview
Dependencies
Maintainers
1
Versions
95
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-chartjs - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

3

CHANGELOG.md
# 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)

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc