Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for withGradientMode (0.33 sec)

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

          + options.legend.withDisplayMode('table')
          + options.legend.withCalcs([
            'last',
            '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)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 20:46:28 UTC 2024
    - 4.5K bytes
    - Viewed (0)
Back to top