functionPlotRegistration top-level property
Implementation
final functionPlotRegistration = ChartRegistration(
type: ChartType.functionPlot,
typeString: 'functionplot',
aliases: const ['function'],
fromJson: v3line.FunctionPlotConfig.fromJson,
description: 'Function plot chart',
tags: const ['cartesian', 'math'],
);