Draw column chart using grouped data in Highcharts -


i want draw column chart represent below mentioned kind of data structure.

  • marks-range -> count
  • (0-20) -> 8
  • (20-40) -> 15
  • (40-60) -> 20
  • (60-80) -> 7
  • (80-100) -> 4
  • but values have set of marks. (10,15,45,80....)

    it true that, type of chart can drawn in hi-charts grouping data manually. problem is, once can't draw plot line x axis. wonder there way draw providing grouping method 'sum' data grouping option in hi-stock charts. can't use hi-stock chart since x values not related data or time.

    help appreciated.


    Comments

    Popular posts from this blog

    javascript - Any ideas when Firefox is likely to implement lengthAdjust and textLength? -

    matlab - "Contour not rendered for non-finite ZData" -

    delphi - Indy UDP Read Contents of Adata -