Reproduce the issue:
- create a multi-line d3_y_line graph
- go to the edit settings, change view to datagrid
- go back to y-line
at this point the graph will only show 1 of the lines, and going into edit wont let you choose multi lines again either ( seems to be in an unrecoverable state at this point )
sample graph:
import pandas
x = pandas.DataFrame( { "a" : list(range(10)), "b" : list(x*x for x in range(10))})
perspective.PerspectiveWidget( x, plugin='d3_y_line')
after going through3 steps above:

Reproduce the issue:
at this point the graph will only show 1 of the lines, and going into edit wont let you choose multi lines again either ( seems to be in an unrecoverable state at this point )
sample graph:
import pandas
x = pandas.DataFrame( { "a" : list(range(10)), "b" : list(x*x for x in range(10))})
perspective.PerspectiveWidget( x, plugin='d3_y_line')
after going through3 steps above:
