We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d8b06d4 + 4b82630 commit 86a0cf8Copy full SHA for 86a0cf8
config/graphql/dataset-queries.ts
@@ -39,14 +39,34 @@ export const DATASET_QUERY: any = gql`
39
export const CHARTS_QUERY: any = gql`
40
query chartsData($datasetId: UUID!) {
41
chartsDetails(datasetId: $datasetId) {
42
- aggregateType
43
chartType
44
description
45
id
46
name
47
- showLegend
48
- xAxisLabel
49
- yAxisLabel
+ options {
+ aggregateType
+ xAxisColumn {
+ id
50
+ fieldName
51
+ }
52
+ yAxisColumn {
53
+ field {
54
55
56
57
58
+ showLegend
59
+ xAxisLabel
60
+ yAxisLabel
61
+ regionColumn {
62
63
64
65
+ valueColumn {
66
67
68
69
70
chart
71
}
72
0 commit comments