#how to make Xaxis rotate vertical?

5 messages · Page 1 of 1 (latest)

chilly vigil
#
        <BarChart
          h={300}
          data={barData}
          dataKey="name"
          series={barData.map((item) => ({ name: item.name, color: item.color }))}
          tickLine="y"
          valueFormatter={(value) => new Intl.NumberFormat('en-US').format(value)}
        />
minor narwhal
#

The question is not clear

chilly vigil