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