在哪里可以找到 Protovis 辅助函数?
有谁知道在哪里可以找到使用 Protovis 的基本帮助函数?我正在考虑用于绘制函数、xy 点、箱线图等的函数。我不需要大量的自定义,只需要绘制这些类型的图表的基本功能。
如果存在辅助函数,这将是一个很好的节省时间的方法,否则我将不得不查看示例并制作自己的示例。
Does anyone know where to find basic helper functions for using Protovis? I'm thinking functions for plotting functions, xy points, boxplots, and the like. I don't need a ton of customization, just the basic functionality of graphing these types of graphs.
It'd be a nice time-saver if helper functions existed, otherwise I'll have to look at the examples and make my own.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我不知道它是否能满足您的需求,但您可以随时查看 CCC,一个“基于 protovis 的图表库”。
它支持点图、折线图、条形图(箱?)图、面积图等。
我已经在 protovis 本身上工作了一段时间,CCC 似乎是一个不错的选择,如果我还没有创建自己的实用函数,也许我会自己使用它。
请参阅此处的游乐场:http://www.webdetails.pt/ccc/pvcTest.html
...以及 Git 上的源代码: https://github.com/pmalves/ccc
I don't know if it will satisfy your needs, but you can always check out CCC, a "Charting library on top of protovis".
It supports dot graphs, line graphs, bar (box?) charts, area graphs, and more.
I've worked quite some time with protovis itself and CCC seems like a good option, perhaps I would have gone with it myself if I hadn't already created my own utility functions.
See the playgroud here: http://www.webdetails.pt/ccc/pvcTest.html
... and the sourcecode on Git: https://github.com/pmalves/ccc
看看您是否发现以下功能有帮助:
See if you find any of these function helpful: