Gathering detailed insights and metrics for ag-charts-enterprise
Gathering detailed insights and metrics for ag-charts-enterprise
Gathering detailed insights and metrics for ag-charts-enterprise
Gathering detailed insights and metrics for ag-charts-enterprise
ag-charts-angular
<picture><source media="(prefers-color-scheme: dark)" srcset="./.github/banner-dark.png"><source media="(prefers-color-scheme: light)" srcset="./.github/banner-light.png"><img alt="AG Charts canvas-based charting trusted by the community, built for enterp
ag-charts-types
Advanced Charting / Charts supporting Javascript / Typescript / React / Angular / Vue
ag-charts-community
Advanced Charting / Charts supporting Javascript / Typescript / React / Angular / Vue
ag-grid-enterprise
Advanced Data Grid / Data Table supporting Javascript / Typescript / React / Angular / Vue
AG Charts is a fully-featured and highly customizable JavaScript charting library. The professional choice for developers building enterprise applications
npm install ag-charts-enterprise
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
185 Stars
17,620 Commits
15 Forks
15 Watching
129 Branches
26 Contributors
Updated on 27 Nov 2024
TypeScript (95.94%)
Roff (1.64%)
JavaScript (0.96%)
Astro (0.51%)
SCSS (0.33%)
HTML (0.27%)
CSS (0.22%)
Shell (0.14%)
Cumulative downloads
Total Downloads
Last day
-10.3%
7,990
Compared to previous day
Last week
2.5%
42,639
Compared to previous week
Last month
31.7%
171,116
Compared to previous month
Last year
144,164.8%
761,718
Compared to previous year
1
27
AG Charts is a fully-featured and highly customizable canvas-based JavaScript Charting library.
It delivers outstanding performance, has no third-party dependencies, and comes with support for
AG Charts is available in two versions: Community & Enterprise.
ag-charts-community
is free, available under the MIT license, and comes with core series types, such as Pie, Area, Bar, Scatter and Bubble in addition to all of the key features expected from a JavaScript charting library, including Accessibility, Tooltips, Themes, Markers, Legends, Axis Types and Secondary Axes.ag-charts-enterprise
is available under a commercial license and comes with additional series types, such as Maps, Sankey, Radar, and Waterfall Charts as well as advanced interactivity features, like Animations, Context Menus, Zooming, Navigators, Synchronization and much more, including Financial Charts.AG Charts offers 20+ JavaScript Chart types, each of which are fully customisable:
Chart Type | AG Charts Community | AG Charts Enterprise |
---|---|---|
Bar | â | â |
Line | â | â |
Area | â | â |
Scatter | â | â |
Bubble | â | â |
Pie | â | â |
Donut | â | â |
Combination | â | â |
Box Plot | â | â |
Candlestick | â | â |
OHLC | â | â |
Heatmap | â | â |
Histogram | â | â |
Nightingale | â | â |
Radar Line | â | â |
Radar Area | â | â |
Radial Column | â | â |
Radial Bar | â | â |
Range Area | â | â |
Range Bar | â | â |
Sunburst | â | â |
Treemap | â | â |
Waterfall | â | â |
Sankey | â | â |
Chord | â | â |
AG Charts JavaScript Charting Library comes with every feature you'd expect:
Feature | AG Charts Community | AG Charts Enterprise |
---|---|---|
Accessibility | â | â |
Localisation | â | â |
Series Highlighting | â | â |
Tooltips | â | â |
Animations | â | â |
Context Menu | â | â |
Crosshairs | â | â |
Navigator | â | â |
Synchronization | â | â |
Zoom | â | â |
âšī¸ Note:
Visit the Pricing page for a full comparison.
Build interactive financial charts featuring advanced annotations with minimal configuration, all you need to do is provide your data:
1const options = {
2 data: getData(),
3};
4
5AgCharts.createFinancialChart(options);
Once created, users will have a Financial Chart that they can interact with and add annotations to.
The default chart type is Candlestick, with additional types like OHLC and Line for versatile data visualisation.
The Maps Series let you visualise geographic data in different ways.
Maps can display data using Shapes, Lines and Marker series:
1const options = { 2 topology: topology, 3 series: [ 4 { 5 type: 'map-shape', 6 data: pacific, 7 idKey: 'name', 8 title: 'Pacific', 9 }, 10 // ... 11 ], 12 legend: { 13 enabled: true, 14 }, 15 // ... 16};
AG Charts are easy to set up - all you need to do is provide your data and series type along with any other chart options. Read on for vanilla JavaScript installation instructions, or refer to our framework-specific guides for React, Angular and Vue.
1$ npm install ag-charts-community
1<!doctype html> 2<html lang="en"> 3 <head> 4 <title>AG Charts Quick Start</title> 5 <!-- JavaScript Charts Core Library --> 6 <script src="https://cdn.jsdelivr.net/npm/ag-charts-community/dist/umd/ag-charts-community.js"></script> 7 </head> 8 <body> 9 <!-- Container for Chart --> 10 <div id="myChart"></div> 11 <!-- Charts configuration file --> 12 <script src="index.js"></script> 13 </body> 14</html>
1// Chart Options 2const options = {}; 3 4// Create Chart 5const chart = agCharts.AgCharts.create(options);
1// Chart Options 2const options = { 3 // Container: HTML Element to hold the chart 4 container: document.getElementById('myChart'), 5 // Data: Data to be displayed in the chart 6 data: [ 7 { month: 'Jan', avgTemp: 2.3, iceCreamSales: 162000 }, 8 { month: 'Mar', avgTemp: 6.3, iceCreamSales: 302000 }, 9 { month: 'May', avgTemp: 16.2, iceCreamSales: 800000 }, 10 { month: 'Jul', avgTemp: 22.8, iceCreamSales: 1254000 }, 11 { month: 'Sep', avgTemp: 14.5, iceCreamSales: 950000 }, 12 { month: 'Nov', avgTemp: 8.9, iceCreamSales: 200000 }, 13 ], 14 // Series: Defines which chart type and data to use 15 series: [{ type: 'bar', xKey: 'month', yKey: 'iceCreamSales' }], 16};
âšī¸ Note:
For more information on building JavaScript Charts with AG Charts, refer to our Documentation.
AG Charts Enterprise customers have access to dedicated support via ZenDesk, which is monitored by our support & engineering teams.
If you have found a bug, please report it in this repository's issues section.
Look for similar problems on StackOverflow using the ag-charts
tag. If nothing seems related, post a new message there. Please do not use GitHub issues to ask questions.
AG Charts is developed by a team of co-located developers in London. If you want to join the team send your application to info@ag-grid.com.
ag-charts-community
is licensed under the MIT license.
ag-charts-enterprise
has a Commercial license.
See the LICENSE file for more info.
AG Grid is our flagship product, a fully-featured and highly customizable JavaScript Data Grid. It delivers outstanding performance, has no third-party dependencies and comes with support for React, Angular and Vue.
AG Charts is used within AG Grid to power the Integrated Charting feature.
Learn more at ag-grid.com
No vulnerabilities found.
No security vulnerabilities found.