chartist icon indicating copy to clipboard operation
chartist copied to clipboard

Many labels?

Open KevinBurton opened this issue 4 years ago • 1 comments

Many of labels on my chart overlap. Is it possible to display the labels on the bottom rotated at an angle so they don't overlap? If so how? Maybe related. Is it possible to display a chart that is wider than the screen essentially automatically adding a scroll for the chart?

KevinBurton avatar Aug 02 '20 20:08 KevinBurton

Hi @KevinBurton 👋

I'm not sure about rotating the labels, but you can put the chart inside a wrapper with a smaller width and use overflow-x: scroll; to view the whole thing.

Here's a code sandbox with an example.

Arantiryo avatar Sep 14 '22 12:09 Arantiryo