We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a3b0a5 commit 17812e1Copy full SHA for 17812e1
plugins/plugin-codeflare/src/components/Chart.tsx
@@ -397,7 +397,7 @@ export default class BaseChart extends React.PureComponent<Props> {
397
labelComponent={
398
<ChartLegendTooltip
399
isCursorTooltip
400
- flyoutStyle={{ fillOpacity: 0.825 }}
+ flyoutStyle={{ fillOpacity: 0.825, fill: "var(--color-base06)" }}
401
labelComponent={<MyTooltipContent />}
402
legendData={this.getLegendData(chart)}
403
title={(datum: any) => `${new Date(datum.x + this.props.timeRange.min).toLocaleString()}`}
0 commit comments