chartist
chartist copied to clipboard
Many labels?
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?
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.