我使用jquery-visualize来生成图表。问题是我不能为每一列定义一种颜色。有人知道怎么做吗?
发布于 2012-03-08 18:27:19
在数组中调用它们,如下所示:
$('table').visualize({
type: 'bar',
height: '250px',
width: '630px',
colors: [ '#3366cc','#dc3912','#ff9900','#109618','#990099','#824123' ]
});https://stackoverflow.com/questions/7964782
复制相似问题