We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15c5e13 commit e039cefCopy full SHA for e039cef
1 file changed
packages/grid/src/DataBarGridModel.ts
@@ -34,12 +34,9 @@ export interface DataBarOptions {
34
columnMin: number;
35
columnMax: number;
36
axis: AxisOption;
37
+ /** The color of the databar. An array of colors produces a gradient. */
38
color: GridColor | GridColor[];
- /**
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
- */
+ /** The text color of the cell. */
43
textColor: GridColor;
44
valuePlacement: ValuePlacementOption;
45
opacity: number;
0 commit comments