-
$pf-chart-axis--tick--Width should be 5 -- can't see axis ticks with a value of 1
-
$pf-chart-axis--grid--stroke--Color, and $pf-chart-axis--tick--stroke--Color are 'transparent'. We need to define colors here in order to show axis ticks.
-
$pf-chart-axis--grid--Fill is 'transparent', but probably should be 'none'? Transparent seems to work, but material.js and greyscale.js both use 'none'.
-
$pf-chart-pie--angle--Padding is 1. We don't use angle padding with the standard pie chart. If we want to keep a var for this, it should be zero or we can just remove it?
-
$pf-chart-global--stroke-dash-array is '10, 5'. This makes the grid lines look like dashes. I believe we want solid grid lines, so I removed it.
-
$pf-chart-chart--BorderWidth is used as a border around the entire SVG, not the chart itself. It didn't work as expected, so I've removed it.
-
These vars ended up being unused:
$pf-chart-pie--small--Height,
$pf-chart-pie--small--Width,
$pf-chart-donut--threshold--success--Color,
$pf-chart-donut--utilization--label--subtitle--Fill
$pf-chart-donut--utilization--label--orientation
$pf-chart-tooltip--labels--Padding << we're using chart_tooltip_pointer_length
$pf-chart-tooltip--labels--PointerEvents
$pf-chart-tooltip--pointer--Height
- Would like to have new vars for:
$pf-chart-legend--position: right
$pf-chart-donut--label--subtitle--position: center
Reactions are currently unavailable
$pf-chart-axis--tick--Width should be 5 -- can't see axis ticks with a value of 1
$pf-chart-axis--grid--stroke--Color, and $pf-chart-axis--tick--stroke--Color are 'transparent'. We need to define colors here in order to show axis ticks.
$pf-chart-axis--grid--Fill is 'transparent', but probably should be 'none'? Transparent seems to work, but material.js and greyscale.js both use 'none'.
$pf-chart-pie--angle--Padding is 1. We don't use angle padding with the standard pie chart. If we want to keep a var for this, it should be zero or we can just remove it?
$pf-chart-global--stroke-dash-array is '10, 5'. This makes the grid lines look like dashes. I believe we want solid grid lines, so I removed it.
$pf-chart-chart--BorderWidth is used as a border around the entire SVG, not the chart itself. It didn't work as expected, so I've removed it.
These vars ended up being unused:
$pf-chart-legend--position: right
$pf-chart-donut--label--subtitle--position: center