Skip to content

Commit

Permalink
feedbacks
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfauquette committed Nov 8, 2023
1 parent cb1df79 commit 34a41d6
Show file tree
Hide file tree
Showing 33 changed files with 148 additions and 147 deletions.
2 changes: 1 addition & 1 deletion docs/pages/x/api/charts/bar-chart.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"name": "shape",
"description": "{ bottom?: number, left?: number, right?: number, top?: number }"
},
"default": "object depends on the charts type."
"default": "object Depends on the charts type."
},
"rightAxis": {
"type": {
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/x/api/charts/drawing-provider.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"name": "shape",
"description": "{ bottom?: number, left?: number, right?: number, top?: number }"
},
"default": "object depends on the charts type."
"default": "object Depends on the charts type."
}
},
"slots": [],
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/x/api/charts/line-chart.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"name": "shape",
"description": "{ bottom?: number, left?: number, right?: number, top?: number }"
},
"default": "object depends on the charts type."
"default": "object Depends on the charts type."
},
"rightAxis": {
"type": {
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/x/api/charts/pie-chart.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"name": "shape",
"description": "{ bottom?: number, left?: number, right?: number, top?: number }"
},
"default": "object depends on the charts type."
"default": "object Depends on the charts type."
},
"rightAxis": {
"type": {
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/x/api/charts/scatter-chart.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"name": "shape",
"description": "{ bottom?: number, left?: number, right?: number, top?: number }"
},
"default": "object depends on the charts type."
"default": "object Depends on the charts type."
},
"rightAxis": {
"type": {
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/x/api/charts/spark-line-chart.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"name": "shape",
"description": "{ bottom?: number, left?: number, right?: number, top?: number }"
},
"default": "object depends on the charts type."
"default": "object Depends on the charts type."
},
"plotType": {
"type": { "name": "enum", "description": "'bar'<br>&#124;&nbsp;'line'" },
Expand Down
12 changes: 6 additions & 6 deletions docs/translations/api-docs/charts/bar-chart.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"componentDescription": "",
"propDescriptions": {
"axisHighlight": {
"description": "Object <code>{ x, y }</code> that defines how the charts highlight the mouse position along x and y axes. The two proerties accept the next values: - &#39;none&#39;: display nothing. - &#39;line&#39;: display a line at the current mouse position. - &#39;band&#39;: display a band at the current mouse position. Only available with band scale.",
"description": "Object <code>{ x, y }</code> that defines how the charts highlight the mouse position along the x- and y-axes. The two properties accept the following values: - &#39;none&#39;: display nothing. - &#39;line&#39;: display a line at the current mouse position. - &#39;band&#39;: display a band at the current mouse position. Only available with band scale.",
"deprecated": "",
"typeDescriptions": {}
},
Expand All @@ -17,12 +17,12 @@
"typeDescriptions": {}
},
"dataset": {
"description": "An array of object that can be used to populate series and axis data using there <code>dataKey</code> property.",
"description": "An array of objects that can be used to populate series and axes data using their <code>dataKey</code> property.",
"deprecated": "",
"typeDescriptions": {}
},
"disableAxisListener": {
"description": "If true, the charts will not listen to the mouse move event. It might breaks interactive features, but save some computation power.",
"description": "If <code>true</code>, the charts will not listen to the mouse move event. It might break interactive features, but will improve performance.",
"deprecated": "",
"typeDescriptions": {}
},
Expand All @@ -37,7 +37,7 @@
"typeDescriptions": {}
},
"margin": {
"description": "The margin between the SVG and the drawing area. It&#39;s used for leving space for extra information wuch as axes, or legend. Accept and object with some of the next properties: <code>top</code>, <code>bottom</code>, <code>left</code>, and <code>right</code>.",
"description": "The margin between the SVG and the drawing area. It&#39;s used for leaving some space for extra information such as the x- and y-axis or legend. Accepts an object with the optional properties: <code>top</code>, <code>bottom</code>, <code>left</code>, and <code>right</code>.",
"deprecated": "",
"typeDescriptions": {}
},
Expand Down Expand Up @@ -72,12 +72,12 @@
"typeDescriptions": {}
},
"xAxis": {
"description": "The configuration of the x axes. If not provided, a default axis config is used with id <code>DEFAULT_X_AXIS_KEY</code>.",
"description": "The configuration of the x-axes. If not provided, a default axis config is used with id set to <code>DEFAULT_X_AXIS_KEY</code>.",
"deprecated": "",
"typeDescriptions": {}
},
"yAxis": {
"description": "The configuration of the y axes. If not provided, a default axis config is used with id <code>DEFAULT_Y_AXIS_KEY</code>.",
"description": "The configuration of the y-axes. If not provided, a default axis config is used with id set to <code>DEFAULT_Y_AXIS_KEY</code>.",
"deprecated": "",
"typeDescriptions": {}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
"componentDescription": "",
"propDescriptions": {
"dataset": {
"description": "An array of object that can be used to populate series and axis data using there <code>dataKey</code> property.",
"description": "An array of objects that can be used to populate series and axes data using their <code>dataKey</code> property.",
"deprecated": "",
"typeDescriptions": {}
},
"xAxis": {
"description": "The configuration of the x axes. If not provided, a default axis config is used with id <code>DEFAULT_X_AXIS_KEY</code>.",
"description": "The configuration of the x-axes. If not provided, a default axis config is used with id set to <code>DEFAULT_X_AXIS_KEY</code>.",
"deprecated": "",
"typeDescriptions": {}
},
"yAxis": {
"description": "The configuration of the y axes. If not provided, a default axis config is used with id <code>DEFAULT_Y_AXIS_KEY</code>.",
"description": "The configuration of the y-axes. If not provided, a default axis config is used with id set to <code>DEFAULT_Y_AXIS_KEY</code>.",
"deprecated": "",
"typeDescriptions": {}
}
Expand Down
4 changes: 2 additions & 2 deletions docs/translations/api-docs/charts/charts-axis.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
"description": "Styles applied to {{nodeName}}.",
"nodeName": "the group containing the axis label"
},
"directionX": { "description": "Styles applied to {{nodeName}}.", "nodeName": "x axes" },
"directionY": { "description": "Styles applied to {{nodeName}}.", "nodeName": "y axes" },
"directionX": { "description": "Styles applied to {{nodeName}}.", "nodeName": "x-axes" },
"directionY": { "description": "Styles applied to {{nodeName}}.", "nodeName": "y-axes" },
"top": { "description": "Styles applied to {{nodeName}}.", "nodeName": "the top axis" },
"bottom": { "description": "Styles applied to {{nodeName}}.", "nodeName": "the bottom axis" },
"left": { "description": "Styles applied to {{nodeName}}.", "nodeName": "the left axis" },
Expand Down
4 changes: 2 additions & 2 deletions docs/translations/api-docs/charts/charts-x-axis.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@
"description": "Styles applied to {{nodeName}}.",
"nodeName": "the group containing the axis label"
},
"directionX": { "description": "Styles applied to {{nodeName}}.", "nodeName": "x axes" },
"directionY": { "description": "Styles applied to {{nodeName}}.", "nodeName": "y axes" },
"directionX": { "description": "Styles applied to {{nodeName}}.", "nodeName": "x-axes" },
"directionY": { "description": "Styles applied to {{nodeName}}.", "nodeName": "y-axes" },
"top": { "description": "Styles applied to {{nodeName}}.", "nodeName": "the top axis" },
"bottom": { "description": "Styles applied to {{nodeName}}.", "nodeName": "the bottom axis" },
"left": { "description": "Styles applied to {{nodeName}}.", "nodeName": "the left axis" },
Expand Down
4 changes: 2 additions & 2 deletions docs/translations/api-docs/charts/charts-y-axis.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@
"description": "Styles applied to {{nodeName}}.",
"nodeName": "the group containing the axis label"
},
"directionX": { "description": "Styles applied to {{nodeName}}.", "nodeName": "x axes" },
"directionY": { "description": "Styles applied to {{nodeName}}.", "nodeName": "y axes" },
"directionX": { "description": "Styles applied to {{nodeName}}.", "nodeName": "x-axes" },
"directionY": { "description": "Styles applied to {{nodeName}}.", "nodeName": "y-axes" },
"top": { "description": "Styles applied to {{nodeName}}.", "nodeName": "the top axis" },
"bottom": { "description": "Styles applied to {{nodeName}}.", "nodeName": "the bottom axis" },
"left": { "description": "Styles applied to {{nodeName}}.", "nodeName": "the left axis" },
Expand Down
2 changes: 1 addition & 1 deletion docs/translations/api-docs/charts/drawing-provider.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"componentDescription": "",
"propDescriptions": {
"margin": {
"description": "The margin between the SVG and the drawing area. It&#39;s used for leving space for extra information wuch as axes, or legend. Accept and object with some of the next properties: <code>top</code>, <code>bottom</code>, <code>left</code>, and <code>right</code>.",
"description": "The margin between the SVG and the drawing area. It&#39;s used for leaving some space for extra information such as the x- and y-axis or legend. Accepts an object with the optional properties: <code>top</code>, <code>bottom</code>, <code>left</code>, and <code>right</code>.",
"deprecated": "",
"typeDescriptions": {}
}
Expand Down
12 changes: 6 additions & 6 deletions docs/translations/api-docs/charts/line-chart.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"componentDescription": "",
"propDescriptions": {
"axisHighlight": {
"description": "Object <code>{ x, y }</code> that defines how the charts highlight the mouse position along x and y axes. The two proerties accept the next values: - &#39;none&#39;: display nothing. - &#39;line&#39;: display a line at the current mouse position. - &#39;band&#39;: display a band at the current mouse position. Only available with band scale.",
"description": "Object <code>{ x, y }</code> that defines how the charts highlight the mouse position along the x- and y-axes. The two properties accept the following values: - &#39;none&#39;: display nothing. - &#39;line&#39;: display a line at the current mouse position. - &#39;band&#39;: display a band at the current mouse position. Only available with band scale.",
"deprecated": "",
"typeDescriptions": {}
},
Expand All @@ -17,12 +17,12 @@
"typeDescriptions": {}
},
"dataset": {
"description": "An array of object that can be used to populate series and axis data using there <code>dataKey</code> property.",
"description": "An array of objects that can be used to populate series and axes data using their <code>dataKey</code> property.",
"deprecated": "",
"typeDescriptions": {}
},
"disableAxisListener": {
"description": "If true, the charts will not listen to the mouse move event. It might breaks interactive features, but save some computation power.",
"description": "If <code>true</code>, the charts will not listen to the mouse move event. It might break interactive features, but will improve performance.",
"deprecated": "",
"typeDescriptions": {}
},
Expand All @@ -42,7 +42,7 @@
"typeDescriptions": {}
},
"margin": {
"description": "The margin between the SVG and the drawing area. It&#39;s used for leving space for extra information wuch as axes, or legend. Accept and object with some of the next properties: <code>top</code>, <code>bottom</code>, <code>left</code>, and <code>right</code>.",
"description": "The margin between the SVG and the drawing area. It&#39;s used for leaving some space for extra information such as the x- and y-axis or legend. Accepts an object with the optional properties: <code>top</code>, <code>bottom</code>, <code>left</code>, and <code>right</code>.",
"deprecated": "",
"typeDescriptions": {}
},
Expand Down Expand Up @@ -72,12 +72,12 @@
"typeDescriptions": {}
},
"xAxis": {
"description": "The configuration of the x axes. If not provided, a default axis config is used with id <code>DEFAULT_X_AXIS_KEY</code>.",
"description": "The configuration of the x-axes. If not provided, a default axis config is used with id set to <code>DEFAULT_X_AXIS_KEY</code>.",
"deprecated": "",
"typeDescriptions": {}
},
"yAxis": {
"description": "The configuration of the y axes. If not provided, a default axis config is used with id <code>DEFAULT_Y_AXIS_KEY</code>.",
"description": "The configuration of the y-axes. If not provided, a default axis config is used with id set to <code>DEFAULT_Y_AXIS_KEY</code>.",
"deprecated": "",
"typeDescriptions": {}
}
Expand Down
10 changes: 5 additions & 5 deletions docs/translations/api-docs/charts/pie-chart.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
"typeDescriptions": {}
},
"dataset": {
"description": "An array of object that can be used to populate series and axis data using there <code>dataKey</code> property.",
"description": "An array of objects that can be used to populate series and axes data using their <code>dataKey</code> property.",
"deprecated": "",
"typeDescriptions": {}
},
"disableAxisListener": {
"description": "If true, the charts will not listen to the mouse move event. It might breaks interactive features, but save some computation power.",
"description": "If <code>true</code>, the charts will not listen to the mouse move event. It might break interactive features, but will improve performance.",
"deprecated": "",
"typeDescriptions": {}
},
Expand All @@ -32,7 +32,7 @@
"typeDescriptions": {}
},
"margin": {
"description": "The margin between the SVG and the drawing area. It&#39;s used for leving space for extra information wuch as axes, or legend. Accept and object with some of the next properties: <code>top</code>, <code>bottom</code>, <code>left</code>, and <code>right</code>.",
"description": "The margin between the SVG and the drawing area. It&#39;s used for leaving some space for extra information such as the x- and y-axis or legend. Accepts an object with the optional properties: <code>top</code>, <code>bottom</code>, <code>left</code>, and <code>right</code>.",
"deprecated": "",
"typeDescriptions": {}
},
Expand Down Expand Up @@ -62,12 +62,12 @@
"typeDescriptions": {}
},
"xAxis": {
"description": "The configuration of the x axes. If not provided, a default axis config is used with id <code>DEFAULT_X_AXIS_KEY</code>.",
"description": "The configuration of the x-axes. If not provided, a default axis config is used with id set to <code>DEFAULT_X_AXIS_KEY</code>.",
"deprecated": "",
"typeDescriptions": {}
},
"yAxis": {
"description": "The configuration of the y axes. If not provided, a default axis config is used with id <code>DEFAULT_Y_AXIS_KEY</code>.",
"description": "The configuration of the y-axes. If not provided, a default axis config is used with id set to <code>DEFAULT_Y_AXIS_KEY</code>.",
"deprecated": "",
"typeDescriptions": {}
}
Expand Down
10 changes: 5 additions & 5 deletions docs/translations/api-docs/charts/scatter-chart.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
"typeDescriptions": {}
},
"dataset": {
"description": "An array of object that can be used to populate series and axis data using there <code>dataKey</code> property.",
"description": "An array of objects that can be used to populate series and axes data using their <code>dataKey</code> property.",
"deprecated": "",
"typeDescriptions": {}
},
"disableAxisListener": {
"description": "If true, the charts will not listen to the mouse move event. It might breaks interactive features, but save some computation power.",
"description": "If <code>true</code>, the charts will not listen to the mouse move event. It might break interactive features, but will improve performance.",
"deprecated": "",
"typeDescriptions": {}
},
Expand All @@ -32,7 +32,7 @@
"typeDescriptions": {}
},
"margin": {
"description": "The margin between the SVG and the drawing area. It&#39;s used for leving space for extra information wuch as axes, or legend. Accept and object with some of the next properties: <code>top</code>, <code>bottom</code>, <code>left</code>, and <code>right</code>.",
"description": "The margin between the SVG and the drawing area. It&#39;s used for leaving some space for extra information such as the x- and y-axis or legend. Accepts an object with the optional properties: <code>top</code>, <code>bottom</code>, <code>left</code>, and <code>right</code>.",
"deprecated": "",
"typeDescriptions": {}
},
Expand Down Expand Up @@ -62,12 +62,12 @@
"typeDescriptions": {}
},
"xAxis": {
"description": "The configuration of the x axes. If not provided, a default axis config is used with id <code>DEFAULT_X_AXIS_KEY</code>.",
"description": "The configuration of the x-axes. If not provided, a default axis config is used with id set to <code>DEFAULT_X_AXIS_KEY</code>.",
"deprecated": "",
"typeDescriptions": {}
},
"yAxis": {
"description": "The configuration of the y axes. If not provided, a default axis config is used with id <code>DEFAULT_Y_AXIS_KEY</code>.",
"description": "The configuration of the y-axes. If not provided, a default axis config is used with id set to <code>DEFAULT_Y_AXIS_KEY</code>.",
"deprecated": "",
"typeDescriptions": {}
}
Expand Down
6 changes: 3 additions & 3 deletions docs/translations/api-docs/charts/spark-line-chart.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
},
"data": { "description": "Data to plot.", "deprecated": "", "typeDescriptions": {} },
"dataset": {
"description": "An array of object that can be used to populate series and axis data using there <code>dataKey</code> property.",
"description": "An array of objects that can be used to populate series and axes data using their <code>dataKey</code> property.",
"deprecated": "",
"typeDescriptions": {}
},
"disableAxisListener": {
"description": "If true, the charts will not listen to the mouse move event. It might breaks interactive features, but save some computation power.",
"description": "If <code>true</code>, the charts will not listen to the mouse move event. It might break interactive features, but will improve performance.",
"deprecated": "",
"typeDescriptions": {}
},
Expand All @@ -28,7 +28,7 @@
"typeDescriptions": {}
},
"margin": {
"description": "The margin between the SVG and the drawing area. It&#39;s used for leving space for extra information wuch as axes, or legend. Accept and object with some of the next properties: <code>top</code>, <code>bottom</code>, <code>left</code>, and <code>right</code>.",
"description": "The margin between the SVG and the drawing area. It&#39;s used for leaving some space for extra information such as the x- and y-axis or legend. Accepts an object with the optional properties: <code>top</code>, <code>bottom</code>, <code>left</code>, and <code>right</code>.",
"deprecated": "",
"typeDescriptions": {}
},
Expand Down
Loading

0 comments on commit 34a41d6

Please sign in to comment.