Forum Discussion
Scrollable Horizontal Bar chart
I have list of testcases and there outcomes like how many times it failed, OK, In-progress, on-hold for each testcase id.
I want to create something like below where different colors will show different stages count.
I can achieve this via stacked bar chart but issue is I have 100 such testcases and after adding all the field the view I am getting is as below which is nor readable. Do not see any scrolling feature using which I can limit it to show only limited testcase id on screen and rest can be scrolled up and down
Adjust the y axis type to 'catergorical' to change the data type of the test case column from integer to text to force this behaviour
Priyamxylem - Your ID (Field in Y-Axis) is in numeric and hence the issue. Change it to Text and issue should be resolved.
5 Replies
- DekuSuper User
Adjust the y axis type to 'catergorical' to change the data type of the test case column from integer to text to force this behaviour
- PriyamxylemHelper I
Deku Thanks that was a quick fix😊
- Anand24Super User
Hi Priyamxylem ,
Move your customer ID to from "Legend" to "Y-Axis":
Give a Thumbs Up if this post helped you in any way and Mark This Post as Solution if it solved your query !!!
Proud To Be a Super User !!!
LinkedIn - PriyamxylemHelper I
- Anand24Super User
Priyamxylem - Your ID (Field in Y-Axis) is in numeric and hence the issue. Change it to Text and issue should be resolved.