I'd like to add a line plot/graph to an existing combo chart - see combo chart fiddle.. The data I want to use for the line plot ideally is something like this:
["Set 1", 900]
["Set 2", 700]
["Set 3", 500]
["Set 4", 300]
["Set 5", 100]
Now I've been through the official line graph visualization tutorial here and been through example post such as these which have been of great help in working out how independent line graphs are generated.
But my objective is to plot several line graphs in the same plot as my working combo chart as seen in this screenshot.