flowChartsBundle top-level property
Implementation
final flowChartsBundle = RegistrationBundle(
name: 'flow',
description: 'Sankey, Funnel, Waterfall, Timeline, Gantt',
registrations: [
funnelRegistration,
nextSankeyRegistration,
nextWaterfallRegistration,
nextGanttRegistration,
timelineRegistration,
],
);