Skip to content

Commit df8f202

Browse files
authored
Merge pull request #27 from baskaransethugithub/patch-1
Unwanted code removed related to customer reported changes
2 parents 1979b9e + 2ffaafc commit df8f202

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/chart/bollinger.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export class Bollinger extends SampleBase<{}, {}> {
5555
BollingerBands]} />
5656
<SeriesCollectionDirective>
5757
<SeriesDirective dataSource={chartData} width={2}
58-
xName='x' yName='y' low='low' high='high' close='close' volume='volume' open='open'
58+
xName='x' low='low' high='high' close='close' volume='volume' open='open'
5959
name='Apple Inc' bearFillColor='#2ecd71' bullFillColor='#e74c3d'
6060
type='Candle' animation={{ enable: false }}>
6161
</SeriesDirective>

0 commit comments

Comments
 (0)