| Page 1 of 1 | [ 3 posts ] |
|
Hi,
I have changed the marker color in linechart, but am not able to change. I am using the below code: var seriesDef = [ {"type":"combo", "yKey":"CLOSETOTAL", "yDisplayName":"CLOSETOTAL", "xAxis":"x", "line": { "color": "#426ab3" }, "marker": { "fill": { "color": "#426ab3" }, "border": { "color": "#000000"}}, "yAxis":"y1", "xDisplayName":"DAY"} ]; and tried some other code also. Can you please suggest me some ideas. Need any js to add? Thanks in advance. |
|
Your posted code is correct. Please post back with the full code or a link and I'll be happy to help find the issue.
Thanks, Tripp |
|
To be clear, your code will should give the markers a black border but the fill is blue. (that is what has been specified) For a black fill, you'd need
Code: fill: { color: "#000000" } Thanks, Tripp |
| Page 1 of 1 | [ 3 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