• Plot Series
      • Line Style
        {{ { 'none': 'None', 'linear': 'Linear interpolation', 'stepAfter': 'Step After' }[series.get('interpolate')] }}
        Markers
        {{series.get('markers') ? "On, " + series.get('markerSize') + "px" : "Off"}}
        Color
  • Y Axis
    Label
    {{ config.yAxis.get('label') }}
    Autoscale
    {{ config.yAxis.get('autoscale') ? "On" : "Off" }} {{ config.yAxis.get('autoscale') ? (config.yAxis.get('autoscalePadding') * 100) + "%" : ""}}
    Min
    {{ config.yAxis.get('range').min }}
    Max
    {{ config.yAxis.get('range').max }}
  • Legend
    Position
    {{ config.legend.get('position') }}
    Expand by Default
    {{ config.legend.get('expandByDefault') ? "Yes" : "No" }}
    Show when collapsed:
    {{ config.legend.get('valueToShowWhenCollapsed').replace('nearest', '') }}
    Show when expanded:
    Timestamp Value Min Max