IMonochromeThemeSettings

Type interface

Options for {@link MonochromeTheme}.

Inheritance

IMonochromeThemeSettings does not extend any other symbol.

IMonochromeThemeSettings is not extended by any other symbol.

Properties

accent
#

Type number | string | Color

Optional accent color applied to the first series only, so one series stands out against the monochrome ramp (like the "Dataviz" theme's single color). Accepts a hex number, a CSS string, or a Color.

color
#

Type number | string | Color

Base color the single-hue ramp is built from. Accepts a hex number, a CSS string, or a Color.

If omitted, the ramp defaults to a blue base (#2e7c9e).

count
#

Type undefined | number

Default 7

Number of steps in the series ramp.

dark
#

Type undefined | false | true

Default false

Produce a dark variant (dark background + interface colors, and a ramp that runs light-to-mid so series read on the dark ground).