sangltdn / flot

Automatically exported from code.google.com/p/flot
MIT License
0 stars 0 forks source link

Change color of bar borders. #306

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently there does not appear to be a way to change the color of bar
borders. (At least none that I could find in the documentation or using my
Google-fu.) This would be highly desirable feature to implement.

Original issue reported on code.google.com by david.cl...@enkisports.com on 16 Feb 2010 at 7:39

GoogleCodeExporter commented 9 years ago
Maybe an old defect.

If you change the "color" attribute of a set of data plotted as bars it changes 
the color of bar borders.

{
  label: "mm",
  color: "rgba(230, 140, 195, 0.4)", <-- Here
  data: d0,
  lines:  { show: false},
  points: { show: false},
  bars: { show: true,fill: true , fillColor: "rgba(22, 140, 195, 0.5)",}
}

So this is not an issue at all.

Original comment by jordi.ks...@gmail.com on 17 Sep 2010 at 11:07

GoogleCodeExporter commented 9 years ago
Yeah, it's not super intuitive. I think I'll add a more explicit option.

Original comment by olau%iol...@gtempaccount.com on 13 Dec 2010 at 4:09

GoogleCodeExporter commented 9 years ago

Original comment by dnsch...@gmail.com on 4 Jun 2012 at 2:52