clearDims ();
The clearDims method clears dimensions list.
To execute the example, create a service for working with time series, get a workbook instance from the time series database (see MetaHierarchy.ChildEls) and add the following code in the handler that processes document opening:
console.log("Clear list of dimensions"); hie.clearDims();
After executing the example the list of dimension is removed from the browser console.
See also: