Uses react-stockcharts
Benchmark page adapted from github.com/rrag/react-stockcharts-examples2/examples/CandleStickChartWithFullStochasticsIndicator
License: MIT
It’s very difficult to change the react-stockcharts code in its current state. Here is a way to do it:
DISABLE_ESLINT_PLUGIN=true nvm exec v16 npm run start That is: disable eslint, and run with node v16 (because v18 doesn’t work).This command needs nvm to manage your local node installations.