Skip to content

Commit ba8b653

Browse files
author
pipeline
committed
bug(EJ2-5518): react sample issue fixed
1 parent 7fee513 commit ba8b653

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed
Binary file not shown.
5 Bytes
Binary file not shown.

samples/chart/crosshair/app/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export class CrosshairChart extends SampleBase<{}, {}> {
3838
}
3939
}}
4040
width={Browser.isDevice ? '100%' : '80%'}
41-
title='Weather Condition' loaded={this.onChartLoad.bind(this)}
41+
title='Conns,Inc Stock Details' loaded={this.onChartLoad.bind(this)}
4242
crosshair={{ enable: true }}
4343
legendSettings={{ visible: false }}>
4444
<Inject services={[LineSeries, HiloOpenCloseSeries, Crosshair, DateTime]} />

src/chart/crosshair.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export class CrosshairChart extends SampleBase<{}, {}> {
3838
}
3939
}}
4040
width={Browser.isDevice ? '100%' : '80%'}
41-
title='Weather Condition' loaded={this.onChartLoad.bind(this)}
41+
title='Conns,Inc Stock Details' loaded={this.onChartLoad.bind(this)}
4242
crosshair={{ enable: true }}
4343
legendSettings={{ visible: false }}>
4444
<Inject services={[LineSeries, HiloOpenCloseSeries, Crosshair, DateTime]} />

0 commit comments

Comments
 (0)