Skip to main content
Solved

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

  • September 27, 2022
  • 3 replies
  • 31 views

lgrie
Contributor
Forum|alt.badge.img+7
  • Contributor
  • 19 replies
Is it possible to generate a horizontal bar chart with the HTMLReportGenerator?

Best answer by lgrie

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

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

3 replies

carmijo
Supporter
Forum|alt.badge.img+11
  • Supporter
  • 135 replies
  • September 29, 2022

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! 🙂


lgrie
Contributor
Forum|alt.badge.img+7
  • Author
  • Contributor
  • 19 replies
  • Best Answer
  • September 30, 2022

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


carmijo
Supporter
Forum|alt.badge.img+11
  • Supporter
  • 135 replies
  • September 30, 2022

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