Stacked bar chart with #reactjs, #TypeScript & #recharts. <BarChart data={tweets}> { stats.map(s => <Bar dataKey={s} stackId="a" fill={colorMapper(s)} /> )} <CartesianGrid /> <XAxis /> <YAxis /> <Tooltip/ > </BarChart> #100DaysOfCode #FrontEnd
0
4
5
0
0
Download Image