ohlcRegistration top-level property

  1. @Deprecated('Financial chart registrations moved to package:tenun_pro/tenun_pro_financial.dart. ' 'Use tenunProOhlcRegistration instead.')
ChartRegistration ohlcRegistration
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'],
);