Bar Chart with top 6 companies having High price > 1000

     

  • Sort the High column
  • Select the first 6 rows having High price > 1000
  •  

     

     

    {% for c in range(colscount) %}
    {{headerdata[c]}}
    {% endfor %}
    {% for i in range(rowscount) %}
    {% for c in range(colscount) %}
    {{totalrows[i][c]}}
    {% endfor %}
    {% endfor %}