Skip to content

Commit b6e3a6c

Browse files
committed
fix: add comment
1 parent 701d89b commit b6e3a6c

File tree

1 file changed

+1
-0
lines changed
  • projects/observability/src/shared/components/cartesian

1 file changed

+1
-0
lines changed

projects/observability/src/shared/components/cartesian/chart.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ export interface Series<TInterval> {
2323
units?: string;
2424
summary?: Summary;
2525
color: string;
26+
// Override the default color string using a method that takes data point as input
2627
getColor?(datum?: TInterval): string;
2728
name: string;
2829
symbol?: SeriesSymbol;

0 commit comments

Comments
 (0)