bob22 Report post Posted August 31, 2015 (edited) I need to chart two sets of data on one chart using lines (client request): Category A: projected vs. actual Category B: projected vs. actual They need to be on different y-axis due to wide difference in scales. How can I make either the projected or the actual line graphs dashed? I have a fiddle at: http://jsfiddle.net/bob22/S52bN/184/ to experiment. I tried a number of ways using "lineDashed" but could not get it to work. Thanks! Bob Edited August 31, 2015 by bob22 Share this post Link to post Share on other sites
Vishalika Report post Posted September 1, 2015 Hi Bob, Welcome to FusionCharts Forum. Try setting the attribute "dashed":"1", in the dataset level of the XML/JSON data. Refer this sample: http://jsfiddle.net/vishalika/S52bN/185/ Hope this helps. Share this post Link to post Share on other sites