简体   繁体   English

我在哪里可以找到 Protovis 辅助函数?

[英]Where can I find Protovis helper functions?

Does anyone know where to find basic helper functions for using Protovis?有谁知道在哪里可以找到使用 Protovis 的基本辅助函数? I'm thinking functions for plotting functions, xy points, boxplots, and the like.我正在考虑绘制函数、xy 点、箱线图等的函数。 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.如果存在辅助函数,那将是一个很好的节省时间的方法,否则我将不得不查看示例并自己制作。

I don't know if it will satisfy your needs, but you can always check out CCC, a "Charting library on top of protovis".我不知道它是否能满足您的需求,但您可以随时查看 CCC,一个“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.我已经使用 protovis 本身工作了很长时间,CCC 似乎是一个不错的选择,如果我还没有创建自己的实用程序函数,也许我会自己使用它。

See the playgroud here: http://www.webdetails.pt/ccc/pvcTest.html在此处查看游乐场: http://www.webdetails.pt/ccc/pvcTest.html

... and the sourcecode on Git: https://github.com/pmalves/ccc ...以及 Git 上的源代码: https://github.com/pmalves/ccc

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM