-
Notifications
You must be signed in to change notification settings - Fork 12k
Closed
Milestone
Description
Expected Behavior
Array of numbers in pointBorderWidth (using line type chart) change the width of border for each point of chart.
Current Behavior
Array with more than one number in pointBorderWidth (using line type chart) are ignored and chart use borderWidth instead.
Possible Solution
Function getPointBorderWidth only check if value is not NaN. no behaviour if value is array.
Context
I need every point in line chart have different border width.
Environment
- Chart.js version: 2.5.0