Ag Charts Enterprise
ag-charts-enterprise
Advanced Charting / Charts supporting Javascript / Typescript / React / Angular / Vue
Charts
chart
charts
graph
graphs
data
react
react-component
react-charts
react-graphs
angular
Stars
356
Weekly
1.2M
Open issues
4
Bundle
~25 kB
Installation
npm install ag-charts-enterpriseCode example
import { AgChartsEnterprise } from "ag-charts-enterprise";
const data = [
{ name: "Jan", value: 12 },
{ name: "Feb", value: 18 },
];
export function Example() {
return (
<AgChartsEnterprise data={data} width={420} height={240}>
{/* series / axes from Ag Charts Enterprise */}
</AgChartsEnterprise>
);
}Pros & cons
Pros
- Actively maintained by AG Grid
- 1.2M weekly downloads. Battle tested
- First-class TypeScript definitions
- Commercial licensed
Considerations
- Adds roughly ~25 kB to your bundle
- Needs client-only rendering in SSR frameworks
- Not supported in React Native
- 4 open issues on GitHub