Skip to main content
Is it possible to generate a horizontal bar chart with the HTMLReportGenerator?

hi @lgrie​, unfortunately, no. it can only place bars along the x-axis image--

If i've provided something helpful, please upvote the comment. If i've provided a solution, please mark it as 'Best Answer'. This helps the community find solutions when your question is referenced.

If I didn't provide a solution, please let me know if I can help further. Thanks! 🙂


hi @lgrie​, unfortunately, no. it can only place bars along the x-axis image--

If i've provided something helpful, please upvote the comment. If i've provided a solution, please mark it as 'Best Answer'. This helps the community find solutions when your question is referenced.

If I didn't provide a solution, please let me know if I can help further. Thanks! 🙂

Hello, I did some tests and found out that indeed it is possible.

I used a StringReplacer to replace the word "bar" with "HorizontalBar" in the html code.

That worked for me :)


Hello, I did some tests and found out that indeed it is possible.

I used a StringReplacer to replace the word "bar" with "HorizontalBar" in the html code.

That worked for me :)

for sure. html has a wide range of possibilities, but it's not something you can do solely with the HTMLReportGenerator. well done


Reply