[DASHBOARDS] Create display legend setting + animations (#16089)
## PR Description - Create display legend setting - Create pagination inside the legend - Animate the legend on enter/exit - Animate the transition between pages ## Video QA https://github.com/user-attachments/assets/a68a4ea3-195f-4399-88f7-f83bc1a39cc4
This commit is contained in:
+3
@@ -31,6 +31,7 @@ export const PAGE_LAYOUT_WIDGET_FRAGMENT = gql`
|
||||
omitNullValues
|
||||
axisNameDisplay
|
||||
displayDataLabel
|
||||
displayLegend
|
||||
rangeMin
|
||||
rangeMax
|
||||
color
|
||||
@@ -55,6 +56,7 @@ export const PAGE_LAYOUT_WIDGET_FRAGMENT = gql`
|
||||
omitNullValues
|
||||
axisNameDisplay
|
||||
displayDataLabel
|
||||
displayLegend
|
||||
rangeMin
|
||||
rangeMax
|
||||
color
|
||||
@@ -73,6 +75,7 @@ export const PAGE_LAYOUT_WIDGET_FRAGMENT = gql`
|
||||
dateGranularity
|
||||
orderBy
|
||||
displayDataLabel
|
||||
displayLegend
|
||||
color
|
||||
description
|
||||
filter
|
||||
|
||||
Reference in New Issue
Block a user