Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for withDescription (0.09 sec)

  1. manifests/addons/dashboards/lib/panels.libsonnet

            'max',
          ])
          + custom.withFillOpacity(10)
          + custom.withShowPoints('never')
          + custom.withGradientMode('hue')
          + if std.length(desc) > 0 then
            timeSeries.panelOptions.withDescription(desc)
          else {},
    
        simple(title, targets, desc=''):
          self.base(title, targets, desc)
          + options.legend.withCalcs([])
          + options.legend.withDisplayMode('list'),
    
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Fri Jul 26 23:54:32 UTC 2024
    - 9.5K bytes
    - Viewed (0)
Back to top