Skip to content

Candlestick Chart

The Candlestick Chart is a time-series chart used to visualize the open, high, low, and close values for a given dimension (usually a date) — commonly used in financial and technical analysis. Optionally, you can overlay moving averages to identify price trends.

Key Features:

  • Plots Open, Close, High, Low values for each date.
  • Customizable candle color and border color for increasing and decreasing values.
  • Configurable candle bar width and border width.
  • Optional mark points (highest, lowest, average close) and mark lines (min/max value lines).
  • Supports multiple moving averages as line overlays.
  • Interactive zoom and tooltip options.

Use Cases:

  • Stock or commodity price visualization.
  • Technical price pattern analysis.
  • Identifying financial trends using moving averages.
  • Time-series volatility comparisons.

⚙️ Setup

  1. Add a Candlestick Chart widget from the chart library onto your designer workspace.
  2. Select the chart.
  3. Go to the Widget Configuration tab in the Customize panel.
  4. Under the Configuration tab, select the Basic Configuration option to access the essential settings for the candlestick chart.
  5. Select the Source which the chart will pull the data from the option.
  6. Map:
    • Open, Close, High, Low — numeric measures for each price point.
    • Dimension — typically a date or timestamp for the X-axis.
  7. Optionally add a Date field for time-based filtering.
  8. Enable Hide Zero Values to omit symbols with zero values if needed.

📊 Basic Configuration

Configuration ItemDescription
SourceSource providing the data for measures and dimensions.
OpenNumeric value for opening price.
CloseNumeric value for closing price.
LowNumeric value for the lowest price.
HighNumeric value for the highest price.
DimensionTime dimension (Date/Time/Period) for the X-axis.

🎨 Chart Customizations

CategoryOptions & Description
GeneralModify the chart’s general appearance, including the background color, borders, shadows, and drill-out choices.
TitleEnable and customize chart title text, alignment, font, and color.
GridAdjust chart margins, grid spacing, and padding around the matrix area.
SortingDefine custom sort orders for categories along the X and Y axes.
LegendToggle visibility, position, orientation, and customize legend labels and icons.
Categorical Axis (X, Y)Customize axis labels, intervals, rotation, visibility, and range sliders for both axes.
Numerical AxisY-axis log or linear scaling, label formatting, range settings.
SeriesCandle colors, widths, border colors, mark points, and mark lines.
Moving AverageNumber of periods to calculate moving averages.
TooltipControl tooltip content, formatting, and visibility on hover.

📊 Example Visualization

candle-stick.png