PatternsDarkTheme

Type class

"Patterns Dark" - the dark counterpart to Patterns: every filled series shares the same gray ramp overlaid with a distinct black pattern (hatch / dot / star / triangle / grid) - the opposite pattern color to the light Patterns, so the texture reads as dark cuts into the gray on the dark ground. Line series are gray, told apart by stroke width and dash.

Like Patterns, categories are encoded by shape rather than hue, so it stays legible for all forms of color blindness.

This is a standalone theme; it does not modify any built-in theme.

Click here for more info
Click here for more info

Sources

This information about PatternsDarkTheme is provided for reference only and is not available through exported packages and thus should not be imported or used on its own.

Inheritance

PatternsDarkTheme extends Theme.

PatternsDarkTheme is not extended by any other symbol.

Settings

PatternsDarkTheme does not have any settings.

Private settings

PatternsDarkTheme does not have any private settings.

Properties

PatternsDarkTheme does not have any properties.

Methods

constructor(

root: Root,
isReal: boolean

)

#

Returns PatternsDarkTheme

Inherited from Theme

new(

root: Root

)

#

Static

Returns InstanceType

Inherited from Theme

Use this method to create an instance of this class.

Click here for more info

rule(

themeClass: K,
themeTags: Array

)

#

Returns Template

Inherited from Theme

Creates a Template for specific theme class and tags.

Click here for more info

ruleRaw(

themeClass: string,
themeTags: Array

)

#

Returns Template

Inherited from Theme

Creates a Template for specific theme class and tags.

NOTE: the difference from rule() is that ruleRaw() does not do any type checks.

Click here for more info

There are 4 inherited items currently hidden from this list.

Events

PatternsDarkTheme does not have any events.