Table of Contents
HighCharts Stock interactive charting
HighCharts Stock is an open-source and advanced financial charting library that empowers users to generate sophisticated and interactive visualizations for financial data on websites.
wpDataTables seamlessly incorporates support for HighCharts Stock, enabling users to effortlessly transform their tabular data into visually compelling financial charts without the necessity for coding.
The process of creating and embedding these financial charts within a WordPress post or page is comprehensively detailed in the documentation section. In this segment, we will delve into examples of HighCharts Stock supported by the wpDataTables plugin and explore their distinctive features.
HighCharts Stock line chart
The line chart is a basic chart where the series are rendered as “plain” lines. Line chart with marker custom size (on left) and Line chart with data labels and custom size of tick amount and shadow (on right).
- One string or date column supported (will be used for horizontal axis)
- Other columns should have numerical values.
- A minimum of 2 columns is required.
- Possible to create combination chart with multi y axis.
HighCharts Stock spline chart
A spline chart is a line chart in which data points are connected by smooth curves.
- One string or date column supported (will be used for horizontal axis)
- Other columns should have numerical values.
- A minimum of 2 columns is required.
- Possible to create combination chart with multi y axis.
HighCharts Stock stepline chart
A step line chart is a line chart in which points are connected by horizontal and vertical line segments.
- One string or date column supported (will be used for horizontal axis)
- Other columns should have numerical values.
- A minimum of 2 columns is required.
- Possible to create combination chart with multi y axis.
HighCharts Stock line with markers chart
A line chart with markers connects data points using horizontal and vertical line segments, accentuated by markers at each point.
- One string or date column supported (will be used for horizontal axis)
- Other columns should have numerical values.
- A minimum of 2 columns is required.
- Possible to create combination chart with multi y axis.
HighCharts Stock point markers only chart
A point markers only chart displays data points without connecting lines, allowing for a clear representation of individual values.
- One string or date column supported (will be used for horizontal axis)
- Other columns should have numerical values.
- A minimum of 2 columns is required.
- Possible to create combination chart with multi y axis.
HighCharts Stock area chart
An area chart is a chart type where the area beneath a line connecting data points is filled, visually emphasizing the magnitude of values over time or categories.
- One string or date column supported (will be used for horizontal axis)
- Other columns should have numerical values.
- A minimum of 2 columns is required.
- Possible to create combination chart with multi y axis.
HighCharts Stock area spline chart
An area spline chart is a data visualization that combines the characteristics of an area chart and a spline chart, displaying a filled area beneath a smooth curve connecting data points, ideal for showcasing trends in time-series or categorical data.
- One string or date column supported (will be used for horizontal axis)
- Other columns should have numerical values.
- A minimum of 2 columns is required.
- Possible to create combination chart with multi y axis.
HighCharts Stock area range chart
An area range chart is a visual representation where a filled area is displayed between two lines, typically representing a range of values, making it suitable for illustrating variations or uncertainty in data over time or categories.
- One string or date column supported (will be used for horizontal axis)
- Other columns should have numerical values.
- A minimum of 3 columns is required.
HighCharts Stock area spline range chart
- One string or date column supported (will be used for horizontal axis)
- Other columns should have numerical values.
- A minimum of 3 columns is required.
HighCharts Stock column chart
A column chart is a data visualization where each category is represented by a rectangle.
- One string or date column supported (will be used for horizontal axis)
- Other columns should have numerical values.
- A minimum of 2 columns is required.
- Possible to create combination chart with multi y axis.
HighCharts Stock column range chart
A column range chart displays data intervals using vertical bars.
- One string or date column supported (will be used for horizontal axis)
- Other columns should have numerical values.
- A minimum of 3 columns is required.
HighCharts Stock candlestick chart
A candlestick chart is a style of financial chart used to represent the price movement of an asset, such as a stock, currency, or commodity.
- One string or date column supported (will be used for horizontal axis)
- Other columns should have numerical values.
- A minimum of 5 columns is required.
HighCharts Stock HLC chart
An HLC (High-Low-Close) chart represents financial data with vertical lines connecting the high and low values and a horizontal dash for the closing value.
- One string or date column supported (will be used for horizontal axis)
- Other columns should have numerical values.
- A minimum of 5 columns is required.
HighCharts Stock OHLC chart
An OHLC (Open-High-Low-Close) chart is a financial visualization in which each category is represented by a vertical line, indicating the price range between the day’s open and close, with horizontal lines denoting the highest and lowest prices.
- One string or date column supported (will be used for horizontal axis)
- Other columns should have numerical values.
- A minimum of 5 columns is required.