Skip to content

Commit

Permalink
Feedback - Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
abailly-akamai committed Dec 19, 2023
1 parent c19c60f commit d76a2bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/manager/src/components/LineGraph/LineGraph.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export interface LineGraphProps {
*/
ariaLabel?: string;
/**
* The height in `px` of the chart\n`number`.
* The height in `px` of the chart.
*/
chartHeight?: number;
/**
Expand Down Expand Up @@ -91,11 +91,11 @@ export interface LineGraphProps {
*/
showToday: boolean;
/**
* The suggested maximum y-axis value passed to **Chart,js**\n`number`.
* The suggested maximum y-axis value passed to **Chart,js**.
*/
suggestedMax?: number;
/**
* The suggested maximum y-axis value passed to **Chart,js**\n`number`.
* The suggested maximum y-axis value passed to **Chart,js**.
*/
tabIndex?: number;
/**
Expand Down

0 comments on commit d76a2bc

Please sign in to comment.