source: node_modules/recharts/AGENTS.md@ a762898

Last change on this file since a762898 was a762898, checked in by istevanoska <ilinastevanoska@…>, 5 months ago

Added visualizations

  • Property mode set to 100644
File size: 1.4 KB
Line 
1***CRITICAL*** **ALWAYS** unset `NODE_ENV` environment variable when working in this project. See https://github.com/github/copilot-cli/issues/151
2
3This is Recharts repository. Recharts is a React-based charting library.
4The goal is to provide a simple, declarative, and composable way to build charts.
5We value consistency, usability, and performance. Accessibility is important.
6
7We do not solve internationalization. Do not hardcode any strings or formatting choices in the library code,
8we expect the users of Recharts to provide localized strings as desired.
9
10Read ./DEVELOPING.md for instructions how to develop this project.
11
12Read ./CONTRIBUTING.md for guidelines on contributing to this project.
13
14When running unit tests, prefer to run a single test file:
15
16```shell
17npm run test -- path/to/TestFile.spec.tsx
18```
19
20If you run all tests at once using `npm test`, it may take a long time to complete.
21Only do that when you want to verify that everything is working correctly.
22
23This project has a long history. You may observe some inconsistencies in coding style.
24When making changes, prefer current best practices as described in CONTRIBUTING.md,
25and try to improve the code style where possible and where relevant to the current task.
26Do not attempt to fix too much at once, or when it is not related to the current changes.
27
28Do not focus too much on fitting the existing style, if it is not ideal.
Note: See TracBrowser for help on using the repository browser.