flowChartsBundle top-level property

RegistrationBundle flowChartsBundle
final

Implementation

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