Depth Channels Chart

View channels in a depth interval

Configurations

The same configurations found on Temporal Channels Chart is also found here.

Channels depth comes with a Depth selector instead of Time selector and have a Depth Grid configuration:

Depth Selector

Depth based charts can be used to visualize a fixed depth range identified by the Exact Depth option, or update dynamically, identified by Relative to asset option.

Exact depth
Relative to asset

Depth Grid

Documentation for version 2.30.0 or greater

Depth grid allow a depth interval highlighting using a predefined example, or any custom interval between Micro, Minor and Major grid lines.

An example of Custom Configuration

Note that this configuration is unit free. You're configuring depth units interval regardless of the current unit of measurement of the depth index.

Visualization for the above configuration (25/50/100)

Starting with Major line at 400 depth, Micro at 425, Minor at 450

Customizing data gaps report threshold for depth channels charts

As explained at "Customizing data gaps report threshold for temporal channels charts", all temporal and depth channels charts will display data gaps if "Report data gaps" feature is on.

The size of these gaps is defined globally in the Live administration, or by the @@dataGapsReportThreshold macro for temporal channels charts.

For depth channels charts, however, data size customization should be done using the @@depthDataGapsReportThreshold. This macro can be defined in a pipes module, and just like any other pipes macro, the developer can use conditionals, access live variable (for example, live.matchspan) and other macros (such as @@context and @@lookup).

When creating the pipes module, just make sure to turn the options "Disable prefixing module functions with the qualifier" on.

Last updated

Was this helpful?