import React from "react"; import "./ScatterPlot.css"; const mockData = [ { commune: "Paris", taux: 1.2, volume: 1200000 }, { commune: "Marseille", taux: 1.1, volume: 800000 }, { commune: "Lyon", taux: 1.0, volume: 950000 }, ]; const ScatterPlot: React.FC = () => { return (
ScatterPlot Canvas/WebGL