chartInterfaceForSymbol method

  1. @override
ChartInterface? chartInterfaceForSymbol(
  1. String symbolJson
)
override

Return a ChartInterface configured for the symbol described by symbolJson (same JSON shape as symbolInfo), or null to disable chart navigation from symbol selection

Implementation

@override
ChartInterface? chartInterfaceForSymbol(String symbolJson) => null;