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