Skip to content

Commit

Permalink
Fix line break location
Browse files Browse the repository at this point in the history
  • Loading branch information
JCQuintas committed Oct 1, 2024
1 parent 3375398 commit 50ded05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/translations/api-docs/charts/line-series-type.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"description": "If <code>true</code>, line and area connect points separated by <code>null</code> values."
},
"curve": {
"description": "The type of curve to use for the line. Read more about curves at<br /><a href=\"https://mui.com/x/react-charts/lines/#interpolation\">line interpolation</a>."
"description": "The type of curve to use for the line.<br />Read more about curves at <a href=\"https://mui.com/x/react-charts/lines/#interpolation\">line interpolation</a>."
},
"data": { "description": "Data associated to the line." },
"dataKey": { "description": "The key used to retrieve data from the dataset." },
Expand Down

0 comments on commit 50ded05

Please sign in to comment.