chart.crosshairs.js

0.1.1 • Public • Published

Chart.Crosshairs.js

Crosshairs plugin for Chart.js.

Demo

Demo

Download

Compress
Uncompress

Installation

You can also install Chart.Crosshairs.js by using Bower.

bower install Chart.Crosshairs.js

Or node.js, you can use this command to install:

npm install chart.crosshairs.js

Usage

JavaScript

new Chart(ctx, {
  type: type,
  data: data,
  options: {
    crosshairs: {
      // mode 'vertical', 'horizontal' or 'both', default is 'vertical'
      mode: 'vertical',

      // line color, default is 'gray'
      color: 'gray',

      // line width, default is 1
      lineWidth: 1
    }
  }
});

License

The project is released under the MIT license.

Contact

The project's website is located at https://github.com/emn178/Chart.Crosshairs.js
Author: Chen, Yi-Cyuan (emn178@gmail.com)

Readme

Keywords

Package Sidebar

Install

npm i chart.crosshairs.js

Weekly Downloads

2

Version

0.1.1

License

MIT

Last publish

Collaborators

  • emn178