GithubHelp home page GithubHelp logo

isabella232 / chartjs-plugin-empty-overlay Goto Github PK

View Code? Open in Web Editor NEW

This project forked from neverbounce/chartjs-plugin-empty-overlay

0.0 0.0 0.0 53 KB

Chart.js plugin to replace empty plots with a friendly placeholder

License: MIT License

Shell 9.25% JavaScript 90.75%

chartjs-plugin-empty-overlay's Introduction

Display Overlay on Empty Charts

npm Travis Code Climate

Chart.js plugin to display a message when the chart has no data or all values in the datasets are zero.

Requires Chart.js 2.1.5 or later.

Example of overlay

Usage

You can download the latest version of chartjs-plugin-empty-overlay on GitHub

This plugin has only been tested with line charts, if it doesn't work for your chart type please submit a PR or create an issue.

Configuration

To configure this plugin, you can simply add the following entries to your chart options:

Name Type Default Description
emptyOverlay.enabled Boolean true true to enable this plugin, else false to disable it for the associated chart.
emptyOverlay.message String No data available The message to display when the chart is empty.
emptyOverlay.fillStyle String rgba(100,100,100,0.3) The color used for the background overlay.
emptyOverlay.fontColor String rgba(100,100,100,1.0) The color of the text fill.
emptyOverlay.fontStroke String rgba(255,255,255,0.6) The color of the stroke around the fill.
emptyOverlay.fontStrokeWidth Number/String 3 The line or stroke width around the text.
emptyOverlay.fontSize Number/String auto The size of the text displayed when the chart is empty. auto is recommended when your chart is responsive. If the chart has fixed dimensions you can specify a number in pixels (without unit).

For example:

{
    emptyOverlay: {           // enabled by default
        fillStyle: 'rgba(255,0,0,0.4)',     // Change the color of the overlay to red with a 40% alpha
        fontColor: 'rgba(255,255,255,1.0)',   // Change the text color to white
        fontStrokeWidth: 0        // Hide the stroke around the text
    }
}

Development

You first need to install node dependencies (requires Node.js):

> npm install

The following commands will then be available from the repository root:

> gulp build            // build dist files
> gulp build --watch    // build and watch for changes
> gulp lint             // perform code linting
> gulp package          // create an archive with dist files and samples

License

chartjs-plugin-empty-overlay is available under the MIT license.

chartjs-plugin-empty-overlay's People

Contributors

mmollick avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.