@@ -92,7 +92,7 @@ import { registerElement } from 'react-nativescript';
9292import {
9393 LineChart , BarChart , PieChart ,
9494 ScatterChart , BubbleChart , RadarChart ,
95- CandlestickChart , CombinedChart , HorizontalBarChart
95+ CandleStickChart , CombinedChart , HorizontalBarChart
9696} from ' @nstudio/ncharts' ;
9797
9898registerElement (' lineChart' , () => LineChart );
@@ -101,7 +101,7 @@ registerElement('pieChart', () => PieChart);
101101registerElement (' scatterChart' , () => ScatterChart );
102102registerElement (' bubbleChart' , () => BubbleChart );
103103registerElement (' radarChart' , () => RadarChart );
104- registerElement (' candlestickChart ' , () => CandlestickChart );
104+ registerElement (' candletickChart ' , () => CandleStickChart );
105105registerElement (' combinedChart' , () => CombinedChart );
106106registerElement (' horizontalBarChart' , () => HorizontalBarChart );
107107```
@@ -135,7 +135,7 @@ import { registerElement } from 'nativescript-vue';
135135import {
136136 LineChart , BarChart , PieChart ,
137137 ScatterChart , BubbleChart , RadarChart ,
138- CandlestickChart , CombinedChart , HorizontalBarChart
138+ CandleStickChart , CombinedChart , HorizontalBarChart
139139} from ' @nstudio/ncharts' ;
140140
141141registerElement (' LineChart' , () => LineChart );
@@ -144,7 +144,7 @@ registerElement('PieChart', () => PieChart);
144144registerElement (' ScatterChart' , () => ScatterChart );
145145registerElement (' BubbleChart' , () => BubbleChart );
146146registerElement (' RadarChart' , () => RadarChart );
147- registerElement (' CandlestickChart ' , () => CandlestickChart );
147+ registerElement (' CandleStickChart ' , () => CandleStickChart );
148148registerElement (' CombinedChart' , () => CombinedChart );
149149registerElement (' HorizontalBarChart' , () => HorizontalBarChart );
150150```
@@ -178,7 +178,7 @@ import { registerNativeViewElement } from 'svelte-native/dom';
178178import {
179179 LineChart , BarChart , PieChart ,
180180 ScatterChart , BubbleChart , RadarChart ,
181- CandlestickChart , CombinedChart , HorizontalBarChart
181+ CandleStickChart , CombinedChart , HorizontalBarChart
182182} from ' @nstudio/ncharts' ;
183183
184184registerNativeViewElement (' lineChart' , () => LineChart );
@@ -187,7 +187,7 @@ registerNativeViewElement('pieChart', () => PieChart);
187187registerNativeViewElement (' scatterChart' , () => ScatterChart );
188188registerNativeViewElement (' bubbleChart' , () => BubbleChart );
189189registerNativeViewElement (' radarChart' , () => RadarChart );
190- registerNativeViewElement (' candlestickChart ' , () => CandlestickChart );
190+ registerNativeViewElement (' candleStickChart ' , () => CandleStickChart );
191191registerNativeViewElement (' combinedChart' , () => CombinedChart );
192192registerNativeViewElement (' horizontalBarChart' , () => HorizontalBarChart );
193193```
@@ -218,7 +218,7 @@ import { registerElement } from 'dominative';
218218import {
219219 LineChart , BarChart , PieChart ,
220220 ScatterChart , BubbleChart , RadarChart ,
221- CandlestickChart , CombinedChart , HorizontalBarChart
221+ CandleStickChart , CombinedChart , HorizontalBarChart
222222} from ' @nstudio/ncharts' ;
223223
224224registerElement (' lineChart' , LineChart);
@@ -227,7 +227,7 @@ registerElement('pieChart', PieChart);
227227registerElement (' scatterChart' , ScatterChart);
228228registerElement (' bubbleChart' , BubbleChart);
229229registerElement (' radarChart' , RadarChart);
230- registerElement (' candlestickChart ' , CandlestickChart );
230+ registerElement (' candleStickChart ' , CandleStickChart );
231231registerElement (' combinedChart' , CombinedChart);
232232registerElement (' horizontalBarChart' , HorizontalBarChart);
233233```
0 commit comments