tarunc / chartjs-plugin-axis-borders

This plugin allows a custom border line for an axis for a ChartJS Plot.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chartjs-plugin-axis-borders

This plugin allows a custom border line for an axis for a ChartJS Plot.

Usage

Configuration

The configuration for this plugin lives in chartInstance.options.axisBorders. This looks like the following while setting up your chart:

{
    options: {
        axisBorders: {
            lineWidth: 2,
            strokeStyle: '#979797'
        }
    }
}

License

chartjs-axis-borders is released under the terms of the MIT License.

About

This plugin allows a custom border line for an axis for a ChartJS Plot.

License:MIT License


Languages

Language:JavaScript 100.0%