Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Qlik Sense Widgets::How to create vertical chart bar?

<div style="height:100%;overflow:auto">

    <div ng-repeat="row in data.rows" class="row" title="{{row.dimensions[0].qText}}">

          <div class="bar" style="width:{{row.measures[0].getPercentOfMax()}}%">

              <span>{{column.dimensions[0].qText}}</span>

          </div>

          <div class="per">

              <span class="{{row.measures[0].getPercentOfMax()>95 ? 'over':'' }}">{{column.measures[0].qText}}</span>

          </div>

    </div>

</div>

<==================================================================>

The above html code is for creating a Vertical Bar-Chart Widgets where we are taking row and per class to achieve it but i want to create Horizontal Bar-Chart Widgets and i don't know the respective classes and elements to use in Qlik Sense.

In Qlik Sense Widgets Available components i am unable to find/parse Vertical, Horizontal, Grouped and Stacked options under Appearance and Presentation options.

Please help me out on this.

Regards,

Swayam

1 Reply
Anonymous
Not applicable
Author

hi,

did you get any solution for this?even i would like to know how can i achieve this.