charts-gridlines.mustache revision d676c69348c891c2a261a6dbd4f450ddb2e312f3
bb82d389f8b12cd4366603113b2fc397561c0b9dJeff Conniff<style scoped>
bb82d389f8b12cd4366603113b2fc397561c0b9dJeff Conniff margin:10px 10px 10px 10px;
<p>Gridlines can be used to make a chart more readable. You can add gridlines to a chart with the `horizontalGridlines` and `verticalGridlines` attributes. There are 2 ways to
add gridlines to a chart. Setting either attribute to `true` will add gridlines with default styling. Alternatively, you can pass a style object to either attribute. The `styles`
var mychart = new Y.Chart({