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