Skip to content

Commit

Permalink
remove prop from line chart examples
Browse files Browse the repository at this point in the history
  • Loading branch information
krkshitij committed Sep 22, 2023
1 parent a01eb8e commit 989175e
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,6 @@ export class LineChartBasicExample extends React.Component<{}, ILineChartBasicSt
xAxisTickCount={10}
allowMultipleShapesForPoints={this.state.allowMultipleShapes}
enablePerfOptimization={true}
enableReflow={true}
/>
</div>
</>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,6 @@ export class LineChartCustomAccessibilityExample extends React.Component<
colorFillBars={colorFillBarData}
allowMultipleShapesForPoints={this.state.allowMultipleShapes}
enablePerfOptimization={true}
enableReflow={true}
/>
</div>
);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,6 @@ export class LineChartCustomLocaleDateAxisExample extends React.Component<{}, IL
rotateXAxisLables={true}
timeFormatLocale={this.state.customLocale}
enablePerfOptimization={true}
enableReflow={true}
/>
</div>
</>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,6 @@ export class LineChartEventsExample extends React.Component<{}, ILineChartEvents
height={this.state.height}
width={this.state.width}
enablePerfOptimization={true}
enableReflow={true}
/>
</div>
);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,6 @@ export class LineChartGapsExample extends React.Component<{}, ILineChartGapsStat
}}
getCalloutDescriptionMessage={this._calculateCalloutDescription}
enablePerfOptimization={true}
enableReflow={true}
/>
</div>
</>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ export class LineChartLargeDataExample extends React.Component<{}, ILineChartBas
allowMultipleShapesForPoints={this.state.allowMultipleShapes}
optimizeLargeData={true}
enablePerfOptimization={true}
enableReflow={true}
/>
</div>
</>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,6 @@ export class LineChartMultipleExample extends React.Component<{}, ILineChartMult
colorFillBars={colorFillBarData}
allowMultipleShapesForPoints={this.state.allowMultipleShapes}
enablePerfOptimization={true}
enableReflow={true}
/>
</div>
);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ export class LineChartStyledExample extends React.Component<{}, IStyledLineChart
) : null
}
enablePerfOptimization={true}
enableReflow={true}
/>
</div>
</>
Expand Down

0 comments on commit 989175e

Please sign in to comment.