Skip to content

Commit bfa35f5

Browse files
authored
Merge pull request #36 from Azure-Samples/juliagong/chart_schema_update
update chart schema to move axis title object descriptions into inner fields
2 parents 5572d65 + 11ff27a commit bfa35f5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

analyzer_templates/image_chart.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,15 +70,16 @@
7070
"AxisTitles": {
7171
"type": "object",
7272
"method": "generate",
73-
"description": "Titles of the x and y axes.",
7473
"properties": {
7574
"xAxisTitle": {
7675
"type": "string",
77-
"method": "generate"
76+
"method": "generate",
77+
"description": "Title of the x axis."
7878
},
7979
"yAxisTitle": {
8080
"type": "string",
81-
"method": "generate"
81+
"method": "generate",
82+
"description": "Title of the y axis."
8283
}
8384
}
8485
},

0 commit comments

Comments
 (0)