We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1979b9e + 2ffaafc commit df8f202Copy full SHA for df8f202
src/chart/bollinger.tsx
@@ -55,7 +55,7 @@ export class Bollinger extends SampleBase<{}, {}> {
55
BollingerBands]} />
56
<SeriesCollectionDirective>
57
<SeriesDirective dataSource={chartData} width={2}
58
- xName='x' yName='y' low='low' high='high' close='close' volume='volume' open='open'
+ xName='x' low='low' high='high' close='close' volume='volume' open='open'
59
name='Apple Inc' bearFillColor='#2ecd71' bullFillColor='#e74c3d'
60
type='Candle' animation={{ enable: false }}>
61
</SeriesDirective>
0 commit comments