Skip to content

Commit f2d558c

Browse files
committed
Update README.md status badges
Rely on the shields.io service and add npm and Bower badges (link + version).
1 parent d5ef78a commit f2d558c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Defer initial chart updates
22

3-
[![Build Status](https://travis-ci.org/chartjs/chartjs-plugin-deferred.svg?branch=master)](https://travis-ci.org/chartjs/chartjs-plugin-deferred) [![Code Climate](https://codeclimate.com/github/chartjs/chartjs-plugin-deferred/badges/gpa.svg)](https://codeclimate.com/github/chartjs/chartjs-plugin-deferred)
3+
[![npm](https://img.shields.io/npm/v/chartjs-plugin-deferred.svg?style=flat-square)](https://npmjs.com/package/chartjs-plugin-deferred) [![Bower](https://img.shields.io/bower/v/chartjs-plugin-deferred.svg?style=flat-square)](https://libraries.io/bower/chartjs-plugin-deferred) [![Travis](https://img.shields.io/travis/chartjs/chartjs-plugin-deferred.svg?style=flat-square)](https://travis-ci.org/chartjs/chartjs-plugin-deferred) [![Code Climate](https://img.shields.io/codeclimate/github/chartjs/chartjs-plugin-deferred.svg?style=flat-square)](https://codeclimate.com/github/chartjs/chartjs-plugin-deferred)
44

55
[Chart.js](http://www.chartjs.org/) plugin to defer initial chart updates until the user scrolls and the canvas appears inside the viewport, and thus trigger the initial chart animations when the user is likely to see them.
66

0 commit comments

Comments
 (0)