Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Outline color for grid. #244

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bochoven
Copy link

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
Copy link

LinusU commented Oct 28, 2013

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:

grid: {
  outlineColor: '#EEEEEE'
}

@bochoven
Copy link
Author

Updated post

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants