75 lines
2 KiB
Python
75 lines
2 KiB
Python
{
|
|
# 'id': 1,
|
|
# 'title': 'TBD',
|
|
'type': 'timeseries',
|
|
'transformations': [],
|
|
'description': '',
|
|
'fieldConfig': {
|
|
'defaults': {
|
|
'custom': {
|
|
'drawStyle': 'line',
|
|
'lineInterpolation': 'smooth',
|
|
'barAlignment': 0,
|
|
'lineWidth': 1,
|
|
'fillOpacity': 40,
|
|
'gradientMode': 'opacity',
|
|
'spanNulls': False,
|
|
'showPoints': 'never',
|
|
'pointSize': 5,
|
|
'stacking': {
|
|
'mode': 'normal',
|
|
'group': 'A'
|
|
},
|
|
'axisPlacement': 'hidden',
|
|
'axisLabel': '',
|
|
'scaleDistribution': {
|
|
'type': 'linear'
|
|
},
|
|
'hideFrom': {
|
|
'tooltip': False,
|
|
'viz': False,
|
|
'legend': False
|
|
},
|
|
'thresholdsStyle': {
|
|
'mode': 'off',
|
|
},
|
|
'lineStyle': {
|
|
'fill': 'solid',
|
|
},
|
|
},
|
|
'color': {
|
|
'mode': 'palette-classic',
|
|
},
|
|
'thresholds': {
|
|
'mode': 'percentage',
|
|
'steps': [
|
|
{
|
|
'color': 'green',
|
|
'value': None,
|
|
},
|
|
{
|
|
'color': 'dark-red',
|
|
'value': 80,
|
|
},
|
|
],
|
|
},
|
|
'mappings': [],
|
|
'displayName': '${__field.name}',
|
|
'unit': 'percent',
|
|
},
|
|
'overrides': [],
|
|
},
|
|
'options': {
|
|
'tooltip': {
|
|
'mode': 'none',
|
|
},
|
|
'legend': {
|
|
'displayMode': 'list',
|
|
'placement': 'bottom',
|
|
'calcs': [],
|
|
},
|
|
},
|
|
'targets': [],
|
|
'transparent': True,
|
|
'datasource': None,
|
|
}
|