Forum Discussion
Priyamxylem
1 year agoHelper I
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 diff...
- 1 year ago
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
- 1 year ago
Priyamxylem - Your ID (Field in Y-Axis) is in numeric and hence the issue. Change it to Text and issue should be resolved.
Deku
1 year agoSuper 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
Priyamxylem
1 year agoHelper I
Deku Thanks that was a quick fix😊