Corrected some spelling mistakes. Rewrite all questions acording to original mini-VLAT

This commit is contained in:
Pavlo Khomenko
2025-01-14 22:00:27 +02:00
parent ec4151992f
commit 4780e66aaf
13 changed files with 139 additions and 134 deletions

View File

@@ -3,7 +3,7 @@ import * as d3 from 'd3'
import * as topojson from 'topojson';
import { Container, Col, Row, Navbar, Button, ButtonGroup, ToggleButton, Form, InputGroup } from 'react-bootstrap';
import '../App.css';
import data_usa from './data/USA.json';
import data_ua from './data/UKR.json';
import data from './data/Choropleth.csv';
import img8 from '../components/data/Mini-VLAT/Choropleth_New.png'
@@ -16,7 +16,7 @@ class ChoroplethMini extends Component {
}
componentDidMount() {
console.log(String(data_usa))
console.log(String(data_ua))
this.drawChart()
}
divResize(e) {