Which javascript or JQuery charting tool can I use to create heatmap charts with vertical column labels?

时光怂恿深爱的人放手 提交于 2019-12-07 22:58:42

问题


I'm looking for a charting library that can draw heatmap charts, and has the option of displaying column label text vertically (allowing me to fit lots of columns on the screen regardless of the length of the labels)

Ideally the library would be free for a charity/educational organisation.

Here's an example of a simple heatmap with vertical labels:

That chart was created using FusionCharts, which is not suitable as it is a flash-based product and is expensive to license.


回答1:


You could always roll this yourself. Most of the table can be generated using ordinary HTML, with the exception of the vertical labels at the bottom. You could tackle that with Rafael, a JavaScript library that allows you to draw on an HTML canvas. Drawing rotated text is actually available out of the box so it won't be hard to implement.




回答2:


I think what you are looking for is also called a TreeMap (in some circles anyway).
Check out thejit.org

Under the demos checkout the treemap and the icicle chart.




回答3:


At this url you can find what you are looking for heatmapjs



来源:https://stackoverflow.com/questions/9720343/which-javascript-or-jquery-charting-tool-can-i-use-to-create-heatmap-charts-with

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