What are all the attributes of parallel coordinate chart that can be used in callbacks?

Where can I find the list of attributes related to any component or graph object that can be utilized in a callback function?

I’m looking to update a table by changing the constraints in a parallel coordinate chart. I can get the constraint range of one dimension through restyleData attribute. I need to know all the other constraints to filter the table.

So, in general, where can we find the list of all such attributes?

Thanks!

1 Like

core components: https://dash.plot.ly/dash-core-components
-> all attributes at the bottom of each page

html components: https://github.com/plotly/dash-html-components/tree/master/dash_html_components
-> all attributes in the function descriptions

1 Like

That’s what I was looking for. Thanks!

1 Like