kc! Report post Posted December 14, 2012 hi, is it possible to have a specific color for the line and different colors for the points in a scatter line graph??? for eg. consider a red line with the points marked in random colors like blue, black etc... thanks Share this post Link to post Share on other sites
Sanjukta Report post Posted December 15, 2012 Hi, hi, is it possible to have a specific color for the line and different colors for the points in a scatter line graph??? for eg. consider a red line with the points marked in random colors like blue, black etc... thanks Please note that you can provide only one color fcor a single <dataset> element which the line would display when "darwLine" is set to '1'. However, you can provide a different color to all the anchors setting their background and border color. This color would be applied globally on all the anchors in that <dataset> element. Each anchor cannot be colored individually. Ex: <dataset ... color='0000FF'drawLine='1' anchorBgColor='FF0000' anchorBorderColor='FF0000'> Hope this helps. Share this post Link to post Share on other sites
kc! Report post Posted December 17, 2012 Thank you! Thats what i thought as well after reffering the xml schema... I dont know if anyone else has had this requirement before. But it would be a nice feature addition to the fusioncharts if along with the x and y coordinates the set takes a color as well... Hope someone looks into that as well. thanks again Hi, Please note that you can provide only one color fcor a single <dataset> element which the line would display when "darwLine" is set to '1'. However, you can provide a different color to all the anchors setting their background and border color. This color would be applied globally on all the anchors in that <dataset> element. Each anchor cannot be colored individually. Ex: <dataset ... color='0000FF'drawLine='1' anchorBgColor='FF0000' anchorBorderColor='FF0000'> Hope this helps. Share this post Link to post Share on other sites
Guest Bindhu Report post Posted December 18, 2012 Hi, Sure, we will add your request to our wish list and would be implemented, if found feasible. Hope this helps! Share this post Link to post Share on other sites
kc! Report post Posted December 18, 2012 Thank you! Hi, Sure, we will add your request to our wish list and would be implemented, if found feasible. Hope this helps! Share this post Link to post Share on other sites