Graphical representation of HTML table data using High charts

自古美人都是妖i 提交于 2019-12-11 19:14:24

问题


I am trying to display the data in HTML table in graphical form using High Charts. When I use all the data from the table I am able to render the charts. I want to use only some part of data from my table (some columns data) to render a chart. Can anyone please tell me how to do this. If you have snippets please provide them. It will be helpful for me.


回答1:


All 'docs' are included inline to the data.src.js module:

  • http://code.highcharts.com/modules/data.src.js

For now only startRow/endRow/startColumn/endColumn options are supported:

table : String|HTMLElement

A HTML table or the id of such to be parsed as input data. Related options ara startRow, endRow, startColumn and endColumn to delimit what part of the table is used.



来源:https://stackoverflow.com/questions/22504651/graphical-representation-of-html-table-data-using-high-charts

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!