We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dbcf9f commit 15c5e13Copy full SHA for 15c5e13
1 file changed
packages/grid/src/DataBarGridModel.ts
@@ -35,6 +35,11 @@ export interface DataBarOptions {
35
columnMax: number;
36
axis: AxisOption;
37
color: GridColor | GridColor[];
38
+ /**
39
+ * The text color for the cell, resolved from format rules/bar color.
40
+ * If the user has explicitly set a text color via formatting, that color is used.
41
+ * Otherwise it defaults to the databar's bar color.
42
+ */
43
textColor: GridColor;
44
valuePlacement: ValuePlacementOption;
45
opacity: number;
0 commit comments