You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a bar chart with 9 categories and these are subdivided into three 'parent' categories, with one category in the first parent category, the next four in the second parent category, and the next four in the third parent category. I would like to make the grid lines between the parent categories thicker than the grid lines between the sub-categories.
Environment
Chart.js version: 2.7.2
Browser name and version: Firefox 61.0.1, Chrome 68.0.3440.84
The text was updated successfully, but these errors were encountered:
Expected Behavior
Specifying a Number array for
gridLines.lineWidth
should result in the corresponding grid lines being drawn at the individually specified line widths.Current Behavior
Specifying a Number array for
gridLines.lineWidth
results in grid lines not being drawn.Possible Solution
Following line in Chart.Scale.draw might be part of the issue:
Steps to Reproduce (for bugs)
https://jsfiddle.net/0v5gLtzp/2/
Context
I have a bar chart with 9 categories and these are subdivided into three 'parent' categories, with one category in the first parent category, the next four in the second parent category, and the next four in the third parent category. I would like to make the grid lines between the parent categories thicker than the grid lines between the sub-categories.
Environment
The text was updated successfully, but these errors were encountered: