Example of Vertical Chart in React Chart Component

/
/
VerticalChart

This sample illustrates the vertical chart by changing the orientation of x-axis to vertical and y-axis to horizontal.

More Details...

Loading....
Description

In this example, you can see how to render and configure the vertical type charts. To render a chart in vertical manner, you can use isTransposed in chart.

More information on the isTransposed can be found in this   documentation section.