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 might be willing to take a look at this overt the weekend if you guys want
P.S.: I know it's not really related to the issue but this is my first issue ever on GitHub and I didn't really manage to label it as a bug, so, sorry about that...
* fix(core): fix Legend and Tooltip group color
Fix Legend and Tooltip Group colors to be based on the getFillColor option as well
fix#828
* fix(core): make color of legend and tooltip group be based on element's fillColor
Reverts 6fb39af and changes the color used in the Legend and Tooltip group item to use the element's
fillColor instead of the strokeColor
fix#828
Co-authored-by: Ícaro Aguiar Perez <[email protected]>
theiliad
pushed a commit
to theiliad/carbon-charts
that referenced
this issue
May 17, 2021
* fix(core): fix Legend and Tooltip group color
Fix Legend and Tooltip Group colors to be based on the getFillColor option as well
fixcarbon-design-system#828
* fix(core): make color of legend and tooltip group be based on element's fillColor
Reverts 6fb39af and changes the color used in the Legend and Tooltip group item to use the element's
fillColor instead of the strokeColor
fixcarbon-design-system#828
Co-authored-by: Ícaro Aguiar Perez <[email protected]>
I am submitting a...
charts version:
@carbon/charts: "0.38.0"
@carbon/charts-react: "0.38.0"
Issue description
Group color in tooltip and legend doesn't match the color provided by the
BaseChartOptions.getFillColor
Steps to produce the issue
carbon-components
and@carbon/charts-react
SimpleBarChart
component)getFillColor
function to return a static value (in the CodeSandbox examplergb(110, 50, 201)
)Current behavior
Group legend and group in tooltip colors don't match fill color defined by
getFillColor
functionExpected behavior
Group legend and group in tooltip colors should match fill color defined by
getFillColor
functionScreenshot or recording
Link to Running Demo
CodeSandBox
The text was updated successfully, but these errors were encountered: