Ag Charts Locale
ag-charts-locale
<div align="center"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://github.com/ag-grid/ag-grid/blob/latest/documentation/ag-grid-docs/public/images/ag-logos/svg-logos/AG-Charts-Logo_Dark-Theme.svg?raw=true"/> <sourc
Charts
chart
charts
data
angular
angular-component
react
react-component
reactjs
vue
vuejs
Stars
1
Weekly
0
Open issues
0
Bundle
~60 kB
Installation
npm install ag-charts-localeCode example
import { AgChartsLocale } from "ag-charts-locale";
const data = [
{ name: "Jan", value: 12 },
{ name: "Feb", value: 18 },
];
export function Example() {
return (
<AgChartsLocale data={data} width={420} height={240}>
{/* series / axes from Ag Charts Locale */}
</AgChartsLocale>
);
}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