candlestick

Configuration Structure

candlestick: {
type: string,
colors: { ... },
upward: string | string[],
downward: string | string[],
wick: { ... },
useFillColor: boolean,
}

plotOptions

type

Available Options

  • candlestick
  • ohlc

upward

candlestick.colors.upward

Color for the upward candle when the value/price closed above where it opened. Usually, a green color is used for this upward candle.

downward

candlestick.colors.downward

Color for the downward candle when the value/price closed below where it opened. Usually, a red color is used for this downward candle.

useFillColor

candlestick.wick.useFillColor

Use the same fill color for the wick. If this is false, the color of the wick falls back to the stroke.