用于堆积面积图的Javascript库或jQuery插件 [英] Javascript library or jQuery Plugin for Stacked Area Chart

查看:76
本文介绍了用于堆积面积图的Javascript库或jQuery插件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有人可以告诉我是否有适用于堆积面积图的jQuery插件/Javascript库或免费的Flash库吗?

Could anyone tell me if there's any good jQuery plugin / Javascript library or any free flash library for Stacked Area chart?

我找到了一个看起来不错的jqplot. http://www.jqplot.com/tests/stackedTests.php (最后一个示例). 唯一的问题是,它具有过多的依赖关系.我想知道是否有人已经使用过简单的东西.

I found one jqplot which looks decent. http://www.jqplot.com/tests/stackedTests.php ( the last example ). Only problem with this is, it has too many dependencies. I was wondering if there's any simple one which someone has already used.

谢谢.

推荐答案

唯一的问题是,它具有太多的依赖项.

Only problem with this is, it has too many dependencies.

根据文档,它除了jQuery是Google的excanvas.js(它们在下载包中提供):

According to the documentation, the only dependency it has other than jQuery is excanvas.js from Google (which they provide in their download bundle):

<!--[if IE]><script language="javascript" type="text/javascript" src="excanvas.js"></script><![endif]-->
<script language="javascript" type="text/javascript" src="jquery-1.3.2.min.js"></script>
<script language="javascript" type="text/javascript" src="jquery.jqplot.min.js"></script>
<link rel="stylesheet" type="text/css" href="jquery.jqplot.css" />

好像没有太多 ...

That doesn't seem like too many...

(之所以称为CW,是因为它没有回答问题,只是一个很长的注释,需要适当的格式.):-)

这篇关于用于堆积面积图的Javascript库或jQuery插件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆