Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for withDisplayMode (0.13 sec)

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

        base(title, targets, desc=''):
          timeSeries.new(title)
          + timeSeries.queryOptions.withTargets(targets)
          + timeSeries.queryOptions.withInterval('5s')
          + options.legend.withDisplayMode('table')
          + options.legend.withCalcs([
            'last',
            'max',
          ])
          + custom.withFillOpacity(10)
          + custom.withShowPoints('never')
          + custom.withGradientMode('hue')
    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