Skip to content

Commit

Permalink
docs:api
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfauquette committed Oct 30, 2024
1 parent e0d89dc commit 20cf3fa
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 20 deletions.
4 changes: 1 addition & 3 deletions docs/pages/x/api/charts/bar-series-type.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
"stackOrder": { "type": { "description": "StackOrderType" }, "default": "'none'" },
"valueFormatter": { "type": { "description": "SeriesValueFormatter<TValue>" } },
"xAxisId": { "type": { "description": "string" } },
"xAxisKey": { "type": { "description": "string" } },
"yAxisId": { "type": { "description": "string" } },
"yAxisKey": { "type": { "description": "string" } }
"yAxisId": { "type": { "description": "string" } }
}
}
4 changes: 1 addition & 3 deletions docs/pages/x/api/charts/line-series-type.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@
"stackOrder": { "type": { "description": "StackOrderType" }, "default": "'none'" },
"valueFormatter": { "type": { "description": "SeriesValueFormatter<TValue>" } },
"xAxisId": { "type": { "description": "string" } },
"xAxisKey": { "type": { "description": "string" } },
"yAxisId": { "type": { "description": "string" } },
"yAxisKey": { "type": { "description": "string" } }
"yAxisId": { "type": { "description": "string" } }
}
}
5 changes: 1 addition & 4 deletions docs/pages/x/api/charts/scatter-series-type.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,7 @@
"markerSize": { "type": { "description": "number" } },
"valueFormatter": { "type": { "description": "SeriesValueFormatter<TValue>" } },
"xAxisId": { "type": { "description": "string" } },
"xAxisKey": { "type": { "description": "string" } },
"yAxisId": { "type": { "description": "string" } },
"yAxisKey": { "type": { "description": "string" } },
"zAxisId": { "type": { "description": "string" } },
"zAxisKey": { "type": { "description": "string" } }
"zAxisId": { "type": { "description": "string" } }
}
}
4 changes: 1 addition & 3 deletions docs/translations/api-docs/charts/bar-series-type.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@
"description": "Formatter used to render values in tooltip or other data display."
},
"xAxisId": { "description": "The id of the x-axis used to render the series." },
"xAxisKey": { "description": "The id of the x-axis used to render the series." },
"yAxisId": { "description": "The id of the y-axis used to render the series." },
"yAxisKey": { "description": "The id of the y-axis used to render the series." }
"yAxisId": { "description": "The id of the y-axis used to render the series." }
}
}
4 changes: 1 addition & 3 deletions docs/translations/api-docs/charts/line-series-type.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@
"description": "Formatter used to render values in tooltip or other data display."
},
"xAxisId": { "description": "The id of the x-axis used to render the series." },
"xAxisKey": { "description": "The id of the x-axis used to render the series." },
"yAxisId": { "description": "The id of the y-axis used to render the series." },
"yAxisKey": { "description": "The id of the y-axis used to render the series." }
"yAxisId": { "description": "The id of the y-axis used to render the series." }
}
}
5 changes: 1 addition & 4 deletions docs/translations/api-docs/charts/scatter-series-type.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,7 @@
"description": "Formatter used to render values in tooltip or other data display."
},
"xAxisId": { "description": "The id of the x-axis used to render the series." },
"xAxisKey": { "description": "The id of the x-axis used to render the series." },
"yAxisId": { "description": "The id of the y-axis used to render the series." },
"yAxisKey": { "description": "The id of the y-axis used to render the series." },
"zAxisId": { "description": "The id of the z-axis used to render the series." },
"zAxisKey": { "description": "The id of the z-axis used to render the series." }
"zAxisId": { "description": "The id of the z-axis used to render the series." }
}
}

0 comments on commit 20cf3fa

Please sign in to comment.