mirror of
https://github.com/grafana/grafana.git
synced 2025-08-03 02:42:22 +08:00
TimeSeries: Use graph min/max for percentage threshold (#38528)
* TimeSeries: Use graph min/max as baseis for percentage threshold calculation. * respect hard and soft axis limits for % threshold steps * revert state-timeline changes * enable by-threshold coloring in histogram and barchart * revert yMin Co-authored-by: Leon Sorokin <leeoniya@gmail.com>
This commit is contained in:
@ -52,7 +52,7 @@ export const plugin = new PanelPlugin<PanelOptions, PanelFieldConfig>(HistogramP
|
||||
standardOptions: {
|
||||
[FieldConfigProperty.Color]: {
|
||||
settings: {
|
||||
byValueSupport: false,
|
||||
byValueSupport: true,
|
||||
},
|
||||
defaultValue: {
|
||||
mode: FieldColorModeId.PaletteClassic,
|
||||
|
Reference in New Issue
Block a user