Token导航 LogoToken导航TokenDH.com
开发只读github未标认证来源可访问许可证需确认审计通过

syncfusion-flutter-funnel-chartssyncfusion Flutter funnel charts 命令行

Agent Skill

syncfusion-flutter-funnel-charts 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

612

周安装

26

GitHub Stars

1

下载量

214
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:syncfusion-flutter-funnel-charts(syncfusion Flutter funnel charts 命令行)
来源仓库:https://github.com/syncfusion/flutter-ui-components-skills
仓库路径:skills/syncfusion-flutter-funnel-charts
安装命令:
npx skills add https://github.com/syncfusion/flutter-ui-components-skills --skill syncfusion-flutter-funnel-charts
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/syncfusion/flutter-ui-components-skills --skill syncfusion-flutter-funnel-charts

简介

用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中围绕仓库状态或协作事项进行整理。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装使用。
  • 安装前建议确认权限范围、维护状态及是否触发联网或文件读写操作。
  • syncfusion-flutter-funnel-charts 属于开发类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Syncfusion Flutter Funnel Chart

This skill covers the Syncfusion Flutter SfFunnelChart widget for visualizing data in a funnel shape, typically used to represent stages in a process where values progressively decrease.

When to Use This Skill

Use this skill when you need to:

  • Visualize conversion funnels showing stages in a sales or marketing process
  • Display hierarchical data with progressively decreasing values
  • Track process stages in workflows, pipelines, or sequential processes
  • Analyze conversion rates across different stages (leads, prospects, customers)
  • Show sales pipelines with deal progression through various stages
  • Visualize filtering processes where data is reduced at each step
  • Display recruitment funnels showing candidate progression through hiring stages
  • Create marketing analytics showing user journey from awareness to conversion
  • Represent process efficiency with data reduction at each stage
  • Build analytics dashboards with funnel visualization for business metrics

Key Features

  • Funnel visualization with neck and body segments
  • Interactive selection with single and multi-selection support
  • Rich tooltips with customizable appearance and activation modes
  • Data labels with flexible positioning (inside/outside) and styling
  • Legend support with customization and toggling capabilities
  • Exploded segments for emphasis on specific data points
  • Gap between segments for clear visual separation
  • Animation support with customizable duration and delay
  • Palette colors for automatic color application
  • Export capabilities to PNG images and PDF documents
  • RTL support for right-to-left languages
  • Accessibility features with semantic labels and screen reader support
  • Responsive sizing with configurable width and height
  • Empty point handling with multiple modes
  • Color mapping for data-driven colors

Documentation and Navigation Guide

Getting Started

📄 Read: references/getting-started.md

  • Installation and package setup
  • Basic SfFunnelChart implementation
  • Adding data source and binding
  • First chart creation
  • Package dependencies and imports
  • Quick start code examples

Component Overview

📄 Read: references/overview.md

  • SfFunnelChart widget overview and features
  • When to use funnel charts vs other chart types
  • Key features and capabilities
  • Common use cases and scenarios
  • Component architecture

Funnel Customization

📄 Read: references/funnel-customization.md

  • Funnel size configuration (height and width)
  • Neck size customization (neckHeight and neckWidth)
  • Gap between segments (gapRatio)
  • Exploding segments (explode, explodeIndex, explodeOffset)
  • Segment borders and opacity
  • Palette colors application
  • Visual appearance customization

Series Customization

📄 Read: references/series-customization.md

  • Animation settings (duration and delay)
  • Empty point handling (gap, zero, drop, average modes)
  • Empty point customization (color, border)
  • Color mapping for data points (pointColorMapper)
  • Series-level styling options

Data Labels

📄 Read: references/datalabel.md

  • Enabling and positioning data labels
  • Label alignment options (outer, auto, top, bottom, middle)
  • Label position (inside/outside)
  • Styling data labels (color, font, borders)
  • Using series colors for labels
  • Hiding labels for zero values
  • Overflow mode handling
  • Data label templates with builder

Legend

📄 Read: references/legend.md

  • Enabling legend (isVisible)
  • Customizing legend appearance
  • Legend title configuration
  • Legend positioning (top, bottom, left, right, auto)
  • Legend overflow modes (scroll, wrap)
  • Toggling series visibility
  • Floating legend with offset
  • Legend item templates with builder

Tooltip

📄 Read: references/tooltip.md

  • Enabling tooltips (TooltipBehavior)
  • Customizing tooltip appearance (colors, borders, elevation)
  • Tooltip formatting and templates
  • Tooltip positioning (auto, pointer)
  • Activation modes (tap, double tap, long press)
  • Tooltip duration and animation
  • Custom tooltip builders

Selection

📄 Read: references/selection.md

  • Enabling selection (SelectionBehavior)
  • Single and multi-selection
  • Customizing selected segments (colors, borders, opacity)
  • Customizing unselected segments
  • Initial selection on rendering
  • Toggle selection behavior
  • Programmatic selection with methods

Chart Title and Appearance

📄 Read: references/chart-title.md

  • Adding and styling chart title
  • Title alignment (near, center, far)
  • Title background and borders
  • Title text styling

📄 Read: references/chart-appearance.md

  • Chart sizing (width/height)
  • Chart margin configuration
  • Background color and image
  • Border customization

Callbacks and Events

📄 Read: references/callbacks.md

  • onLegendItemRender - Customize legend items
  • onTooltipRender - Customize tooltip content
  • onDataLabelRender - Customize data labels
  • onLegendTapped - Handle legend taps
  • onSelectionChanged - Handle selection events
  • onDataLabelTapped - Handle data label taps
  • onPointTap - Handle segment taps
  • onPointDoubleTap - Handle double taps
  • onPointLongPress - Handle long press
  • onChartTouchInteractionUp/Down/Move - Touch interactions
  • onRendererCreated - Access series controller

Common Patterns and Best Practices

📄 Read: references/common-patterns.md

  • Sales pipeline funnel pattern
  • Marketing conversion with colors
  • Exploded segment emphasis
  • Custom neck sizing techniques
  • Dynamic updates with controller
  • Pattern combination examples
  • Pattern selection guide

Advanced Features

📄 Read: references/methods.md

  • FunnelSeriesController methods
  • pixelToPoint conversion
  • Dynamic data updates
  • Programmatic control

📄 Read: references/export-funnel-chart.md

  • Export chart as PNG image
  • Export chart as PDF document
  • Image quality and pixel ratio
  • PDF document creation

Localization and Accessibility

📄 Read: references/accessibility.md

  • Screen reader support
  • Color contrast requirements
  • Large font support
  • Touch target sizing
  • Accessible interactions

📄 Read: references/right-to-left.md

  • RTL support for Arabic, Hebrew, etc.
  • Directionality widget usage
  • RTL locale configuration
  • Legend and tooltip RTL behavior

Quick Start Examples

Basic Funnel Chart

import 'package:flutter/material.dart';
import 'package:syncfusion_flutter_charts/charts.dart';

class BasicFunnelChart extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    final List<ChartData> chartData = [
      ChartData('Prospects', 500),
      ChartData('Qualified', 350),
      ChartData('Contacted', 250),
      ChartData('Negotiating', 150),
      ChartData('Won', 100)
    ];

    return Scaffold(
      appBar: AppBar(title: Text('Sales Funnel')),
      body: Center(
        child: SfFunnelChart(
          title: ChartTitle(text: 'Sales Pipeline Analysis'),
          legend: Legend(isVisible: true),
          series: FunnelSeries<ChartData, String>(
            dataSource: chartData,
            xValueMapper: (ChartData data, _) => data.stage,
            yValueMapper: (ChartData data, _) => data.value,
            dataLabelSettings: DataLabelSettings(isVisible: true)
          )
        )
      )
    );
  }
}

class ChartData {
  ChartData(this.stage, this.value);
  final String stage;
  final double value;
}

Funnel Chart with Customization

import 'package:flutter/material.dart';
import 'package:syncfusion_flutter_charts/charts.dart';

class CustomFunnelChart extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    final List<ChartData> chartData = [
      ChartData('Awareness', 1000, Colors.blue),
      ChartData('Interest', 750, Colors.green),
      ChartData('Consideration', 500, Colors.orange),
      ChartData('Intent', 300, Colors.purple),
      ChartData('Purchase', 150, Colors.red)
    ];

    return Scaffold(
      appBar: AppBar(title: Text('Marketing Funnel')),
      body: Center(
        child: SfFunnelChart(
          title: ChartTitle(
            text: 'Customer Journey Analysis',
            textStyle: TextStyle(fontSize: 18, fontWeight: FontWeight.bold)
          ),
          legend: Legend(
            isVisible: true,
            position: LegendPosition.bottom
          ),
          tooltipBehavior: TooltipBehavior(enable: true),
          series: FunnelSeries<ChartData, String>(
            dataSource: chartData,
            xValueMapper: (ChartData data, _) => data.stage,
            yValueMapper: (ChartData data, _) => data.value,
            pointColorMapper: (ChartData data, _) => data.color,
            // Customize funnel appearance
            height: '80%',
            width: '80%',
            neckHeight: '20%',
            neckWidth: '15%',
            gapRatio: 0.1,
            explode: true,
            explodeIndex: 4,
            explodeOffset: '10%',
            dataLabelSettings: DataLabelSettings(
              isVisible: true,
              labelPosition: ChartDataLabelPosition.inside,
              textStyle: TextStyle(
                color: Colors.white,
                fontWeight: FontWeight.bold
              )
            )
          )
        )
      )
    );
  }
}

class ChartData {
  ChartData(this.stage, this.value, this.color);
  final String stage;
  final double value;
  final Color color;
}

Funnel Chart with Tooltip and Selection

import 'package:flutter/material.dart';
import 'package:syncfusion_flutter_charts/charts.dart';

class InteractiveFunnelChart extends StatefulWidget {
  @override
  _InteractiveFunnelChartState createState() => _InteractiveFunnelChartState();
}

class _InteractiveFunnelChartState extends State<InteractiveFunnelChart> {
  late TooltipBehavior _tooltipBehavior;
  late SelectionBehavior _selectionBehavior;

  @override
  void initState() {
    _tooltipBehavior = TooltipBehavior(
      enable: true,
      format: 'point.x: point.y leads',
      color: Colors.black87,
      textStyle: TextStyle(color: Colors.white)
    );

    _selectionBehavior = SelectionBehavior(
      enable: true,
      selectedColor: Colors.deepOrange,
      unselectedColor: Colors.grey[300]
    );

    super.initState();
  }

  @override
  Widget build(BuildContext context) {
    final List<ChartData> chartData = [
      ChartData('Visitors', 5000),
      ChartData('Sign-ups', 3500),
      ChartData('Active Users', 2000),
      ChartData('Premium Users', 800),
      ChartData('Renewals', 500)
    ];

    return Scaffold(
      appBar: AppBar(title: Text('Subscription Funnel')),
      body: Center(
        child: SfFunnelChart(
          title: ChartTitle(text: 'User Conversion Funnel'),
          legend: Legend(isVisible: true),
          tooltipBehavior: _tooltipBehavior,
          series: FunnelSeries<ChartData, String>(
            dataSource: chartData,
            xValueMapper: (ChartData data, _) => data.stage,
            yValueMapper: (ChartData data, _) => data.count,
            selectionBehavior: _selectionBehavior,
            dataLabelSettings: DataLabelSettings(
              isVisible: true,
              labelPosition: ChartDataLabelPosition.outside
            )
          )
        )
      )
    );
  }
}

class ChartData {
  ChartData(this.stage, this.count);
  final String stage;
  final double count;
}

Common Patterns

📄 Read: references/common-patterns.md for detailed implementation patterns

Quick Pattern Overview

  1. Sales Pipeline Funnel - Basic funnel for sales stages with clear progression
  2. Marketing Conversion with Colors - Color-coded stages with visual hierarchy
  3. Exploded Segment Emphasis - Highlight critical stages with exploded segments
  4. Custom Neck Sizing - Adjust neck dimensions for different visual effects
  5. Dynamic Updates - Real-time data updates using FunnelSeriesController

Each pattern includes complete code examples, when to use them, and best practices. See the common patterns reference for full implementations.

Key Properties

SfFunnelChart Essential Properties

  • series - FunnelSeries configuration with data source
  • title - Chart title (ChartTitle)
  • legend - Legend configuration (Legend)
  • tooltipBehavior - Tooltip settings (TooltipBehavior)
  • palette - Color palette for series
  • backgroundColor - Chart background color
  • backgroundImage - Background image
  • borderColor - Chart border color
  • borderWidth - Chart border width
  • margin - Chart margin (EdgeInsets)
  • enableMultiSelection - Enable multiple segment selection
  • onSelectionChanged - Selection change callback
  • onLegendItemRender - Legend item render callback
  • onTooltipRender - Tooltip render callback
  • onDataLabelRender - Data label render callback
  • onLegendTapped - Legend tap callback
  • onDataLabelTapped - Data label tap callback
  • onChartTouchInteractionUp/Down/Move - Touch interaction callbacks

FunnelSeries Essential Properties

  • dataSource - Data source list
  • xValueMapper - Maps x-axis values from data
  • yValueMapper - Maps y-axis values from data
  • pointColorMapper - Maps colors from data
  • name - Series name for legend
  • height - Funnel height as percentage (e.g., '80%')
  • width - Funnel width as percentage (e.g., '80%')
  • neckHeight - Neck height as percentage (e.g., '20%')
  • neckWidth - Neck width as percentage (e.g., '15%')
  • gapRatio - Gap between segments (0 to 1)
  • explode - Enable exploding segments
  • explodeIndex - Index of segment to explode
  • explodeOffset - Explode distance as percentage
  • opacity - Series opacity (0 to 1)
  • borderWidth - Segment border width
  • borderColor - Segment border color
  • dataLabelSettings - Data label configuration
  • selectionBehavior - Selection behavior settings
  • enableTooltip - Enable tooltip for series
  • animationDuration - Animation duration in milliseconds
  • animationDelay - Animation delay in milliseconds
  • emptyPointSettings - Empty point handling
  • initialSelectedDataIndexes - Initial selection indices
  • onPointTap - Point tap callback
  • onPointDoubleTap - Point double tap callback
  • onPointLongPress - Point long press callback
  • onRendererCreated - Renderer created callback

DataLabelSettings Properties

  • isVisible - Show/hide data labels
  • labelPosition - Position (inside/outside)
  • labelAlignment - Alignment (outer, auto, top, bottom, middle)
  • textStyle - Text styling
  • color - Label background color
  • borderColor - Label border color
  • borderWidth - Label border width
  • borderRadius - Label corner radius
  • margin - Label margin
  • opacity - Label opacity
  • angle - Label rotation angle
  • useSeriesColor - Use series color for label background
  • showZeroValue - Show labels for zero values
  • overflowMode - Overflow handling (none, trim, hide, shift)

Legend Properties

  • isVisible - Show/hide legend
  • position - Position (auto, top, bottom, left, right)
  • orientation - Orientation (auto, horizontal, vertical)
  • title - Legend title (LegendTitle)
  • overflowMode - Overflow mode (scroll, wrap)
  • toggleSeriesVisibility - Enable toggling series visibility
  • backgroundColor - Legend background color
  • borderColor - Legend border color
  • borderWidth - Legend border width
  • opacity - Legend opacity
  • padding - Legend padding
  • iconHeight - Legend icon height
  • iconWidth - Legend icon width
  • offset - Floating legend offset

TooltipBehavior Properties

  • enable - Enable tooltip
  • color - Tooltip background color
  • borderColor - Tooltip border color
  • borderWidth - Tooltip border width
  • opacity - Tooltip opacity
  • duration - Display duration in milliseconds
  • animationDuration - Animation duration
  • elevation - Tooltip elevation/shadow
  • format - Tooltip text format
  • header - Tooltip header text
  • tooltipPosition - Position (auto, pointer)
  • activationMode - Activation mode (tap, doubleTap, longPress, none)
  • builder - Custom tooltip builder

SelectionBehavior Properties

  • enable - Enable selection
  • selectedColor - Selected segment color
  • unselectedColor - Unselected segment color
  • selectedBorderColor - Selected segment border color
  • selectedBorderWidth - Selected segment border width
  • unselectedBorderColor - Unselected segment border color
  • unselectedBorderWidth - Unselected segment border width
  • selectedOpacity - Selected segment opacity
  • unselectedOpacity - Unselected segment opacity
  • toggleSelection - Enable toggle selection

Common Use Cases

  1. Sales Pipeline - Track deals through sales stages (leads → closed won)
  2. Marketing Funnel - Visualize customer journey (awareness → purchase)
  3. Conversion Analysis - Show user conversion rates across process stages
  4. Recruitment Process - Display candidate progression through hiring stages
  5. E-commerce Funnel - Track shopping cart abandonment and checkout flow
  6. Lead Management - Monitor lead qualification and conversion process
  7. Subscription Funnel - Analyze user onboarding and subscription flow
  8. Web Analytics - Display visitor engagement and conversion metrics
  9. Process Efficiency - Visualize workflow bottlenecks and drop-off points
  10. Customer Journey - Map customer touchpoints from awareness to loyalty

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

33.86%
按下载量换算72

Claude

29.19%
按下载量换算62

Cursor

18.97%
按下载量换算41

Gemini CLI

9.02%
按下载量换算19

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills