ohlcRegistration top-level property
- @Deprecated('Financial chart registrations moved to package:tenun_pro/tenun_pro_financial.dart. ' 'Use tenunProOhlcRegistration instead.')
final
Implementation
@Deprecated(
'Financial chart registrations moved to package:tenun_pro/tenun_pro_financial.dart. '
'Use tenunProOhlcRegistration instead.',
)
final ohlcRegistration = ChartRegistration(
type: ChartType.ohlc,
typeString: 'ohlc',
fromJson: CandlestickChartConfig.fromJsonOhlc,
description: 'OHLC chart',
tags: const ['financial', 'trading'],
);