networkRegistration top-level property

ChartRegistration networkRegistration
final

Implementation

final networkRegistration = ChartRegistration(
  type: ChartType.network,
  typeString: 'network',
  fromJson: NetworkChartConfig.fromJson,
  description: 'Network chart',
  tags: const ['graph', 'relational'],
);