mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-16 04:45:55 +08:00
[Fix]: full view bar chart (#4667)
This commit is contained in:
parent
0326a4d42a
commit
dd2afe19f6
@ -77,7 +77,10 @@ function FullView({
|
|||||||
const response = useGetQueryRange(
|
const response = useGetQueryRange(
|
||||||
{
|
{
|
||||||
selectedTime: selectedTime.enum,
|
selectedTime: selectedTime.enum,
|
||||||
graphType: widget.panelTypes,
|
graphType:
|
||||||
|
widget.panelTypes === PANEL_TYPES.BAR
|
||||||
|
? PANEL_TYPES.TIME_SERIES
|
||||||
|
: widget.panelTypes,
|
||||||
query: updatedQuery,
|
query: updatedQuery,
|
||||||
globalSelectedInterval: globalSelectedTime,
|
globalSelectedInterval: globalSelectedTime,
|
||||||
variables: getDashboardVariables(selectedDashboard?.data.variables),
|
variables: getDashboardVariables(selectedDashboard?.data.variables),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user