+schema = {'id': {'type': 'string', 'required': True}, 'clickData': {'type': 'dict'}, 'hoverData': {'type': 'dict'}, 'clear_on_unhover': {'type': 'boolean'}, 'selectedData': {'type': 'dict'}, 'relayoutData': {'type': 'dict'}, 'figure': {'validator': 'plotly_figure', 'type': 'dict'}, 'style': {'type': 'dict'}, 'className': {'type': 'string'}, 'animate': {'type': 'boolean'}, 'animation_options': {'type': 'dict'}, 'config': {'type': 'dict', 'allow_unknown': False, 'nullable': False, 'schema': {'staticPlot': {'type': 'boolean'}, 'editable': {'type': 'boolean'}, 'edits': {'type': 'dict', 'allow_unknown': False, 'nullable': False, 'schema': {'annotationPosition': {'type': 'boolean'}, 'annotationTail': {'type': 'boolean'}, 'annotationText': {'type': 'boolean'}, 'axisTitleText': {'type': 'boolean'}, 'colorbarPosition': {'type': 'boolean'}, 'colorbarTitleText': {'type': 'boolean'}, 'legendPosition': {'type': 'boolean'}, 'legendText': {'type': 'boolean'}, 'shapePosition': {'type': 'boolean'}, 'titleText': {'type': 'boolean'}}}, 'autosizable': {'type': 'boolean'}, 'queueLength': {'type': 'number'}, 'fillFrame': {'type': 'boolean'}, 'frameMargins': {'type': 'number'}, 'scrollZoom': {'type': 'boolean'}, 'doubleClick': {'allowed': ['false', 'reset', 'autosize', 'reset+autosize'], 'type': ('string', 'number')}, 'showTips': {'type': 'boolean'}, 'showAxisDragHandles': {'type': 'boolean'}, 'showAxisRangeEntryBoxes': {'type': 'boolean'}, 'showLink': {'type': 'boolean'}, 'sendData': {'type': 'boolean'}, 'linkText': {'type': 'string'}, 'displayModeBar': {'allowed': ['true', 'false', 'hover'], 'type': ('string', 'number')}, 'modeBarButtonsToRemove': {'type': 'list'}, 'modeBarButtonsToAdd': {'type': 'list'}, 'modeBarButtons': {'type': ('boolean', 'number', 'string', 'dict', 'list')}, 'displaylogo': {'type': 'boolean'}, 'plotGlPixelRatio': {'type': 'number'}, 'topojsonURL': {'type': 'string'}, 'mapboxAccessToken': {'type': ('boolean', 'number', 'string', 'dict', 'list')}}}, 'dashEvents': {'allowed': ['click', 'hover', 'selected', 'relayout', 'unhover'], 'type': ('string', 'number')}, 'setProps': {}, 'fireEvent': {}}
0 commit comments