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.
我的折线图数据点如下:
Point [{ data : 5, status : 1 ,color : red },{ data : 5, status : 2 ,color : yellow }
如何使用 NVD3 绘制不同的分段颜色线图?