fix: on charts newly added multi split values toggle wasnt being saved (#17990)
:)
This commit is contained in:
File diff suppressed because one or more lines are too long
+3
@@ -58,6 +58,7 @@ export const PAGE_LAYOUT_WIDGET_FRAGMENT = gql`
|
||||
groupMode
|
||||
layout
|
||||
isCumulative
|
||||
splitMultiValueFields
|
||||
timezone
|
||||
firstDayOfTheWeek
|
||||
}
|
||||
@@ -86,6 +87,7 @@ export const PAGE_LAYOUT_WIDGET_FRAGMENT = gql`
|
||||
filter
|
||||
isStacked
|
||||
isCumulative
|
||||
splitMultiValueFields
|
||||
timezone
|
||||
firstDayOfTheWeek
|
||||
}
|
||||
@@ -102,6 +104,7 @@ export const PAGE_LAYOUT_WIDGET_FRAGMENT = gql`
|
||||
showCenterMetric
|
||||
displayLegend
|
||||
hideEmptyCategory
|
||||
splitMultiValueFields
|
||||
color
|
||||
description
|
||||
filter
|
||||
|
||||
Reference in New Issue
Block a user