Skip to content

Commit e039cef

Browse files
committed
comments
1 parent 15c5e13 commit e039cef

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

packages/grid/src/DataBarGridModel.ts

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,9 @@ export interface DataBarOptions {
3434
columnMin: number;
3535
columnMax: number;
3636
axis: AxisOption;
37+
/** The color of the databar. An array of colors produces a gradient. */
3738
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-
*/
39+
/** The text color of the cell. */
4340
textColor: GridColor;
4441
valuePlacement: ValuePlacementOption;
4542
opacity: number;

0 commit comments

Comments
 (0)