Solved

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

  • 27 September 2022
  • 3 replies
  • 3 views

Is it possible to generate a horizontal bar chart with the HTMLReportGenerator?
icon

Best answer by lgrie 30 September 2022, 15:31

View original

3 replies

Badge +10

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 :)

Badge +10

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