用于制作直方图的库 javascript

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/11847421/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-10-26 14:32:54  来源:igfitidea点击:

Library javascript for making histogram

asp.net-mvc-3javascripthistogram

提问by ucef

i work on asp.net mvc3 project , and i have to display histogram in view depending on data coming from action, can you suggest me any library javascript that can be easy to use and make good histogram, please any syggestion !!

我在 asp.net mvc3 项目上工作,我必须根据来自动作的数据在视图中显示直方图,你能给我推荐任何易于使用并制作好的直方图的库 javascript,请任何 syggestion !

回答by Tommy

http://www.highcharts.com/- excellent integration and nice looking (free for non-commercial)

http://www.highcharts.com/- 出色的集成和漂亮的外观(非商业免费)

http://www.jqplot.com/- open source, nice looking as well (free as in beer)

http://www.jqplot.com/- 开源,也很好看(像啤酒一样免费)

http://g.raphaeljs.com/- another open source, well maintained

http://g.raphaeljs.com/- 另一个开源,维护良好

http://www.flotcharts.org/- built specifically for JQuery (if that is what you are using)

http://www.flotcharts.org/- 专为 JQuery 构建(如果这是您使用的)

Basically, take a look at these and others, find one that looks good and will easily plug in to your existing architecture and roll.

基本上,看看这些和其他,找到一个看起来不错并且可以轻松插入现有架构并滚动的。

回答by Eoin Murray

If you just want to sort the data into bins, take a look at histogram.js.

如果您只想将数据分类到 bin 中,请查看histogram.js