1
0
Fork 0
firefox/third_party/webkit/PerformanceTests/Speedometer3/resources/react-stockcharts
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00
..
build Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
public Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
src Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
.gitignore Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
package-lock.json Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
package.json Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
README.md Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00

Uses react-stockcharts

Benchmark page adapted from github.com/rrag/react-stockcharts-examples2/examples/CandleStickChartWithFullStochasticsIndicator

License: MIT

Building react-stockcharts locally

Its very difficult to change the react-stockcharts code in its current state. Here is a way to do it:

  1. remove node_modules at the project root
  2. Run: DISABLE_ESLINT_PLUGIN=true nvm exec v16 npm run start That is: disable eslint, and run with node v16 (because v18 doesnt work).

This command needs nvm to manage your local node installations.