标签: javascript jquery jqplot flot
我试图用jqplot library进行下一个设计:
我已经做了差不多的工作,但是我不能在每个条形图上设置颜色边框/边框,任何人都知道如何制作它?
答案 0 :(得分:1)
这里有造型参考:
http://www.jqplot.com/docs/files/jqplot-core-js.html
fillAndStroke
this.fillAndStroke = false
如果为true,则会对线条(颜色为this.color)进行描边并在其下方填充。仅在填充为真时适用。
因此您必须先将其设置为true,然后设置this.color="your color";
true
this.color="your color";