Export Image
Export Code

Refactored Bar Chart

MATTE-blz

Last edited Mar 31, 2021
Created on Mar 31, 2021
Forked from axes Bar Chart

{xScale.ticks().map((tickValue) => ( <line x1={xScale(tickValue)} y1={0} x2={xScale(tickValue)} y2={innerHeight} stroke={'black'} /> ))}

MIT Licensed