散点图/图表,带图片 [英] Scatter graph/chart, with pictures

查看:107
本文介绍了散点图/图表,带图片的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述





有没有人知道ASP.NET MVC的任何第三方图形/图表控件,它提供以下内容



1)散点图(其中绘图点可以是员工的图片+如果我们点击员工图片(点),它会打开另一页/图表





2)从一点到另一种颜色的图表或图表可以改变吗?例如

从点(0,15)到(10,30)的线条为绿色。从(10,30)到(20,60)的同一行有不同的颜色?



我愿意购买任何有这些东西的控件



我已经尝试了RAD / TELERIK / KENDO,开发快递,组件艺术和组件一。

Hi,

Does anyone know of any 3rd party graph/chart controls for ASP.NET MVC which provides the following

1) Scatter charts (in which the plot points can be the picture of employees + If we click an employee picture (point), it opens up another page/chart


2) Charts or graphs which from one point to another color can be changed ? for example
a line from point (0,15) to (10,30) has a green color. The same line from (10,30) to (20,60) has a different color ?

I am willing to buy any controls which have these things

I have already tried RAD / TELERIK / KENDO, dev express, Component Art and Component One.

推荐答案

I怀疑你忽略了这个功能,如果你尝试了那么多的库,但不是100%肯定。例如,您可以使用:

http://canvasjs.com/html5-javascript -scatter-point-chart [ ^ ],

http://demo.huihoo.com/rgraph/docs/scatter .html [ ^ ]。



我相信如果你正确扩展你的搜索,你会发现更多。首先,它不必是MVC甚至是ASP.NET。绝对清楚的是,您可以生成适当的Javascript数据并从ASP.NET应用程序调用图形。此外,远离强耦合与任何特定的服务器端技术并且更好的性能更好。







如果必须,您可以随时从Javascript库中创建派生作品,以添加图像。根据定义,Javascript库都是开源的。



顺便说一下,我想警告你不要使用专有(和非开放)库,因为它可以导致供应商锁定 http://en.wikipedia.org/wiki/ Vendor_lock-in [ ^ ]。



-SA
I suspect you have overlooked the feature, if you tried that many libraries, not 100% sure though. For example, you can use:
http://canvasjs.com/html5-javascript-scatter-point-chart[^],
http://demo.huihoo.com/rgraph/docs/scatter.html[^].

I believe you can find a lot more if you expand your search properly. First of all, it does not have to be MVC or even ASP.NET. It's absolutely clear that you can generate appropriate Javascript data and invoke graphics from your ASP.NET application. Moreover, this is much better to stay away from strong coupling with any particular server-side technology and better for performance.



If you have to, you can always make a derived work from the Javascript library, to add images. Javascript libraries are all open-source, by definitions.

And, by the way, I would like to warn you against using proprietary (and non-open) libraries, as it can lead to vendor lock in: http://en.wikipedia.org/wiki/Vendor_lock-in[^].

—SA


这篇关于散点图/图表,带图片的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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