Build interactive financial charts featuring advanced annotations with minimal configuration.
Minimal Configuration Copy
Financial Charts come pre-configured with built-in features - just add your data!
const options = {
data: getData(),
};
AgCharts.createFinancialChart(options);
This snippet assumes the supplied data includes 'date', 'open', 'high', 'low', 'close' and 'volume' (optional) keys.
For more details see Financial Charts Configuration.
Drawings and Annotations Copy
Add and manage Trend Lines and Text Annotations from the intuitive toolbar for enhanced data analysis.
Interactive Charts Copy
Interactive analysis is enhanced with advanced Zoom capabilities and Range Buttons for seamless time period navigation.
Financial Chart types Copy
The default chart type is Candlestick, with additional types like OHLC and Line available from the Toolbar for versatile data visualisation.