new BarChart(height, width, timeSelected, tweetData, timestepSelected) → {JSX.Element}
BarChart creates the barchart displaying the amount of tweets within the chosen interval at the
chosen time
Parameters:
Name | Type | Description |
---|---|---|
height |
||
width |
||
timeSelected |
||
tweetData |
||
timestepSelected |
- Source:
-
- BarChart.js, line 15
Returns:
- Type
- JSX.Element