Chart Properties

Hi all,

I have been using “document.getElementsByClassName(‘barchart’)[0].layout” to get the properties and values for the plot after it is rendered. Is there away for me to see all the properties and values that are created for the plot.

Thank in advance

try

document.getElementsByClassName(‘barchart’)[0]._fullLayout

// and
document.getElementsByClassName(‘barchart’)[0]._fullData
1 Like