Skip to content

Commit c884d66

Browse files
committed
add label and color
1 parent 71414c5 commit c884d66

File tree

1 file changed

+4
-0
lines changed
  • app/[locale]/dashboard/[entityType]/[entitySlug]/dataset/[id]/edit/charts/queries

1 file changed

+4
-0
lines changed

app/[locale]/dashboard/[entityType]/[entitySlug]/dataset/[id]/edit/charts/queries/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ export const getResourceChartDetails = graphql(`
4747
id
4848
fieldName
4949
}
50+
label
51+
color
5052
}
5153
showLegend
5254
xAxisLabel
@@ -88,6 +90,8 @@ export const createChart = graphql(`
8890
id
8991
fieldName
9092
}
93+
label
94+
color
9195
}
9296
showLegend
9397
xAxisLabel

0 commit comments

Comments
 (0)