| Page 1 of 1 | [ 2 posts ] |
|
Dear All,
I have created bar chart with vertical grid line. but unfortunately, vertical grid line not appearing in chart output. Below is a code. Please advice! Code: var mychart = new Y.Chart({ dataProvider: myDataValues, render: "#chartViewedStorefront", type:"bar", seriesCollection: [ { styles: { fill: { color: ["#E57627", "#77BB22", "#426AB3", "#8B008B", "#FFD700"] } } } ], axes: { values: { styles: { majorUnit: { count: 5 } } } }, verticalGridlines:true }); |
|
I tested you code with all available versions of charts and the vertical gridlines display with each. Could you post a link that reproduces the issue?
Thanks, Tripp |
| Page 1 of 1 | [ 2 posts ] |
| You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum |
© 2006-2013 Yahoo! Inc. All rights reserved.
All code on this site is licensed under the BSD License unless stated otherwise.
About This Site · Security Contact Info
Powered by phpBB® Forum Software © phpBB Group