Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 jqplot 或 phpChart 的新手。我正在使用 jqplot 来表示具有特定颜色的折线图。但我需要的是用不同的颜色设置线的一些点。就像我的线是(x1,y1), (x2, y2), (x3,y3), (x4, y4)....(xn, yn)。我想从(x2, y2), (x3,y3), (x4,y4)不同的颜色。
(x1,y1), (x2, y2), (x3,y3), (x4, y4)....(xn, yn)
x2, y2), (x3,y3), (x4,y4)
我该怎么做?
对不起,去年夏天因为一个项目,我在 jqplot 上辛苦了。但是库本身没有这样的功能。我遇到了同样的问题,所以我决定渲染更多这样的行:
在我的图表中,我想对警报 1,2 和 3 做同样的事情。但这不可能,所以我只制作了 3 条线,而不是用不同的颜色渲染线的一部分。为此,您必须更改许多基本功能,然后有时您将无法更新它...