Skip to content

Documentation / @ripl/charts / ChartGridOptions

Interface: ChartGridOptions

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

Fully resolved chart grid options.

Properties

PropertyTypeDescriptionDefined in
lineColorstringStroke colour of the grid lines.charts/src/core/options.ts:247
lineDashnumber[]Canvas dash pattern for the grid lines ([] renders a solid line).charts/src/core/options.ts:251
lineWidthnumberStroke width of the grid lines, in pixels.charts/src/core/options.ts:249
visiblebooleanWhether grid lines are drawn.charts/src/core/options.ts:245