Skip to content

PerspectiveWidget gets in unrecoverable state #1397

@robambalu

Description

@robambalu

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:
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions