Sumant Sarkar Report post Posted January 9, 2015 I have a multi-axis chart... i show various metrices as lines on the chart. each metric has its own axis (since their scale and range are very different). Time is the common x-axis. Now I need to show the lines to appear as a dashed line towards the end... ie. towards the right side of the line... these are the forecast values. The actual values should be in a solid line.. Is this possible? Share this post Link to post Share on other sites
Moonmi Sonowal Report post Posted January 12, 2015 Hi Sumant, For dashed lines towards the end of a line chart you need to set the attribute "dashed" to 1 in the set element of the chart. Please refer the fiddle below for its implementation. http://jsfiddle.net/moonmi/bqqd1fcx/ Hope this helps. Share this post Link to post Share on other sites