Skip to content

Commit

Permalink
updated code to trigger build
Browse files Browse the repository at this point in the history
  • Loading branch information
Jameela Kowsar Shaik (Zen3 Infosolutions America Inc) committed Jan 20, 2021
1 parent ac5d8ff commit a337485
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,7 @@ export class LineChartBase extends React.Component<ILineChartProps, ILineChartSt

public componentDidUpdate(prevProps: ILineChartProps): void {
/** note that height and width are not used to resize or set as dimesions of the chart,
* fitParentContainer is responisble for setting the height and width or resizing of the svg/chart
*/
* fitParentContainer is responisble for setting the height and width or resizing of the svg/chart */
if (
prevProps.height !== this.props.height ||
prevProps.width !== this.props.width ||
Expand Down

0 comments on commit a337485

Please sign in to comment.