HumbleSoftware / Flotr2

Graphs and Charts for Canvas in JavaScript.
http://www.humblesoftware.com/flotr2/
MIT License
2.45k stars 528 forks source link

Outline color for grid. #244

Open bochoven opened 10 years ago

bochoven commented 10 years ago

Hi I wanted to change the outline color for the grid without also changing the color of the labels.

Specify with

grid: {
  outlineColor : '#EEEEEE'
}
LinusU commented 10 years ago

Hi @bochoven, nice addition!

Please consider wrapping your code (in your post) with the following syntax:

```javascript
grid: {
  outlineColor : '#EEEEEE'
}

Which will render it like this:

``` javascript
grid: {
  outlineColor: '#EEEEEE'
}
bochoven commented 10 years ago

Updated post