Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

Commit

Permalink
FLOW-958 colors updated
Browse files Browse the repository at this point in the history
  • Loading branch information
vikas-cldcvr committed Dec 22, 2023
1 parent 9ee7514 commit f240ed4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ export class FTimeseriesChart extends FRoot {
chartData.forEach(series => {
tooltipPoint[series.seriesName] = this.svg
.append<SVGCircleElement>("circle")
.attr("class", "tooltip-point")
.attr("fill", series.color)
.attr("cx", `0`)
.attr("cy", `0`)
.attr("r", `0`);
Expand Down

0 comments on commit f240ed4

Please sign in to comment.