Skip to content

tarunc/Chart.Crosshairs.js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

Crosshairs plugin for Chart.js.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%