Channels depth comes with a Depth selector instead of Time selector and have a Depth Grid configuration:
Depth Selector
This chart only shows channels that were originally indexed by depth. The chart uses the property index_value that represents the depth on the normalized events.
The units of measurement used for the depth on the normalized events can be configured as show in the data indexes section.
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
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.