Skip to content

juxtar/chartjs-plugin-autoskipfix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chartjs-plugin-autoskipfix

Tiny plugin to force the last tick to show with autoskip on, as discussed in this issue. For simplicity, this implementation ignores major ticks.

Build

npm install
npm run build

Usage

Simply add the script to your codebase with either

import "chartjs-plugin-autoskipfix";

or

<script src="chartjs-plugin-autoskipfix.js"></script>

About

Prevents chartjs from skipping the last tick

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published