Forum Discussion

Priyamxylem's avatar
Priyamxylem
Helper I
1 year ago
Solved

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...
  • Deku's avatar
    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

  • Anand24's avatar
    Anand24
    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.