Data Analysis with JavaScripts
need to have nodejs installed
require('data-forge');
require('data-forge-fs');
run in terminal / hyper terminal / or in VScode : node index.js
Npx create-react-app react-d3-linechart
Npm install d3
import {useEffect, useState, useRef} from 'react';
import * as d3 from 'd3';
npm run start