我正在使用Struts 2 jQuery条形图,其代码为
<sjc:chart
id="chartInteger"
xaxisColor="#666"
xaxisPosition="bottom"
xaxisTick="[[0,''],[1,''],[2,'Fours Weeks'],[3,''],[4,'Three Weeks'],[5,''],[6,'Two Weeks'],[7,''],[8,'One Week'],[9,''],[10,''],[11,''],[12,'']]"
xaxisTickDecimals="20"
yaxisPosition="left"
cssStyle="width: 340px; height: 220px;"
onClickTopics="chartClick"
onHoverTopics="chartHover"
xaxisMode="time"
legendShow="#ccc"
legendPosition="sw"
xaxisMax="12"
xaxisMin="0"
yaxisMin="0"
>
<sjc:chartData
list="IntegerFromMap"
color="#ff2b00"
bars="{ show: true}"
/>
这里我得到了四个单色的酒吧,但我的要求是多色条,例如每个酒吧以红色然后是绿色然后是黄色开始,这可能在这里,如果可能的话,我在网上搜索但是没有&#39能够找到解决方案,任何形式的帮助都会非常感激。