Candlestick Chart Examples

Example 1: Single Stock with Volume (AAPL)

Daily stock prices with volume bars. Use time sliders to zoom, toggle renormalization and volume display.

Plot Attributes

0.6 (0.25 - 2.5)

Data: stock_data_1




Example 2: Multiple Stocks Comparison

Compare stocks with vastly different prices. Enable renormalization to see relative performance (first bar open = 1). Switch between Overlay and Faceted display modes.

Plot Attributes

0.6 (0.25 - 2.5)

Data: stock_data_2




Example 3: Single-Select Choice for Symbol

This example demonstrates the `choices` parameter for single-select dropdowns: - **symbol (choice)**: Pick exactly ONE stock to view at a time Use choices when the user must select exactly one option (e.g., one stock, one time period). Compare to Example 2 which shows all stocks at once with multi-select filters.

Filters

Plot Attributes

0.6 (0.25 - 2.5)

Data: stock_data_2




Example 4: Quarterly Data Without Volume

Quarterly company performance using integer time periods. No volume data. Using Candlestick bar style instead of candlesticks. Faceted display shows each company separately.

Plot Attributes

0.6 (0.25 - 2.5)

Data: company_data


This page was created using JSPlots.jl v0.6.3.