Skip to content

Documentation / @ripl/charts / ChartGridOptions

Interface: ChartGridOptions ​

Defined in: charts/src/core/options.ts:295

Fully resolved chart grid options.

Properties ​

PropertyTypeDescriptionDefined in
lineColorstringStroke color of the grid lines.charts/src/core/options.ts:299
lineDashnumber[]Canvas dash pattern for the grid lines ([] renders a solid line).charts/src/core/options.ts:303
lineWidthnumberStroke width of the grid lines, in pixels.charts/src/core/options.ts:301
visiblebooleanWhether grid lines are drawn.charts/src/core/options.ts:297