You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At this point if you clicked the first item, the URL is https://plot.ly/javascript/reference/#layout-xaxis-rangeselector-buttons-items. document.getElementById('layout-xaxis-rangeselector-buttons-items') returns an empty NodeList. Manually navigating to layout > xaxis > rangeselector > buttons shows no subitems labeled "items". Instead, there are other subelements corresponding to each of the properties of a layout >... > buttons > item.
It looks like this issue is the search going out-of-sync with what's actually on the page.
The text was updated successfully, but these errors were encountered:
Steps to reproduce this issue:
At this point if you clicked the first item, the URL is https://plot.ly/javascript/reference/#layout-xaxis-rangeselector-buttons-items.
document.getElementById('layout-xaxis-rangeselector-buttons-items')
returns an empty NodeList. Manually navigating to layout > xaxis > rangeselector > buttons shows no subitems labeled "items". Instead, there are other subelements corresponding to each of the properties of a layout >... > buttons > item.It looks like this issue is the search going out-of-sync with what's actually on the page.
The text was updated successfully, but these errors were encountered: