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
A <data> section that contains an empty <values> section (no actual values) causes the error
cannot read property 'length' of undefined
What it should do is to simply create a data object that contains no values and whose getIterator() method returns an empty iterator.
This came up while dealing with the timeline widget for the global climate dashboard. It isn't urgent --- I'm working around it by simply including a bogus value in the timeline's <data> section. But it should be fixed.
The text was updated successfully, but these errors were encountered:
A
<data>
section that contains an empty<values>
section (no actual values) causes the errorWhat it should do is to simply create a data object that contains no values and whose getIterator() method returns an empty iterator.
This came up while dealing with the timeline widget for the global climate dashboard. It isn't urgent --- I'm working around it by simply including a bogus value in the timeline's
<data>
section. But it should be fixed.The text was updated successfully, but these errors were encountered: