Token导航 LogoToken导航TokenDH.com
前端设计需要联网github未标认证来源可访问许可证需确认审计通过

syncfusion-react-bullet-chartsyncfusion React bullet chart 前端

Agent Skill

用于辅助前端页面、组件、样式和交互逻辑的开发与维护。它适合让 Agent 生成或审查 React、Next.js、Vue、Tailwind、CSS 等相关代码,整理组件结构,或定位布局和性能问题。使用时需要结合项目现有设计系统、路由和构建方式,避免只生成孤立片段;涉及页面改动时,应配合本地预览和构建检查确认视觉效果。

总安装

648

周安装

27

GitHub Stars

1

下载量

216
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/syncfusion/react-ui-components-skills --skill syncfusion-react-bullet-chart

简介

用于辅助前端页面、组件、样式和交互逻辑的开发与维护。

  • 适合生成或审查 React、Next.js、Vue、Tailwind、CSS 等相关代码,整理组件结构。
  • 使用时需结合项目现有设计系统、路由和构建方式,避免生成孤立片段。
  • 涉及页面改动时应配合本地预览和构建检查确认视觉效果。
  • syncfusion-react-bullet-chart 属于前端设计类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Implementing Syncfusion React Bullet Charts

A skill for implementing and customizing Syncfusion's React Bullet Chart component. Bullet charts are compact data visualization components designed to compare a primary measure (actual value) against a target measure within qualitative ranges.

When to Use This Skill

Use this skill when users need to:

  • Display performance metrics or KPIs with target comparisons
  • Create compact data visualizations showing actual vs. target values
  • Visualize progress against goals with qualitative ranges (poor/good/excellent)
  • Build dashboards with space-efficient performance indicators
  • Show feature measures (actual bars) compared to comparative measures (target bars)
  • Implement horizontal or vertical bullet charts
  • Display multiple metrics in a compact layout
  • Create accessible, keyboard-navigable chart visualizations

Component Overview

The Bullet Chart consists of:

  • Value Bar (Feature Measure): The primary data/actual value being measured
  • Comparative Bar (Target Marker): The target or comparison value
  • Qualitative Ranges: Background bands indicating performance levels (e.g., poor, satisfactory, good)
  • Quantitative Scale: The axis showing numerical measurements
  • Title/Subtitle: Descriptive text for the chart

Documentation and Navigation Guide

Getting Started

📄 Read: references/getting-started.md

API Reference

📄 Read: references/api.md

  • Summarizes BulletChartComponent props, methods, events and directives used across examples

Data Binding

📄 Read: references/data-binding.md

Value Bar Configuration

📄 Read: references/value-bar.md

  • Value bar (Feature Measure) overview and purpose
  • Mapping valueField from data source
  • Types of actual bar shapes (Rect, Dot)
  • Changing bar type with type property
  • Border customization using valueBorder (color, width)
  • Fill color customization using valueFill
  • Height customization using valueHeight
  • Binding colors dynamically from dataSource
  • Complete examples for each customization option

Comparative Bar Configuration

📄 Read: references/comparative-bar.md

  • Comparative bar (Target Measure) overview
  • Mapping targetField from data source
  • Types of target bar shapes (Circle, Cross, Rect)
  • Changing target type with targetTypes property
  • Customizing target appearance with targetColor
  • Adjusting target width with targetWidth property
  • Binding target colors from dataSource
  • Complete examples for each target type

Ranges Configuration

📄 Read: references/ranges.md

  • Ranges representing qualitative bands (Good, Bad, Satisfactory)
  • Using BulletRangeCollectionDirective and BulletRangeDirective
  • Setting range boundaries with end property
  • Understanding minimum value as range starting point
  • Configuring multiple ranges for different quality levels
  • Color customization with color property
  • Opacity adjustment with opacity property
  • Complete examples with multiple colored ranges

Titles and Subtitles

📄 Read: references/titles.md

  • Adding chart title with title property
  • Adding subtitle for additional information
  • Title positioning with titlePosition property (Left, Right, Top, Bottom)
  • Default position (Top) behavior
  • Title style customization with titleStyle (color, opacity, font properties)
  • Subtitle style customization with subtitleStyle (color, opacity, font properties)
  • Complete examples for each position
  • Font customization examples (size, family, weight, style)

Tooltips

📄 Read: references/tooltips.md

  • Default tooltip behavior (hidden by default)
  • Enabling tooltips with tooltip.enable property
  • Injecting BulletTooltip module into services
  • Displaying actual and target values on hover
  • Creating custom templates with template property
  • Using ${target} and ${value} placeholders in templates
  • Tooltip appearance customization (fill, border, textStyle)
  • Font customization for tooltip text
  • Complete examples for default and custom tooltips

Data Labels

📄 Read: references/data-labels.md

  • Data labels for identifying actual bar values
  • Enabling data labels with dataLabel.enable property
  • Label display behavior and positioning
  • Style customization with labelStyle property
  • Font properties (size, family, weight, style)
  • Color and opacity adjustments
  • Complete examples with styled data labels

Axis Customization

📄 Read: references/axis-customization.md

  • MajorTickLines customization (width, height, color, useRangeColor)
  • MinorTickLines customization (width, height, color, useRangeColor)
  • Tick placement with tickPosition (Inside, Outside)
  • Label formatting with labelFormat (globalize formats: n1, n2, p1, c1, etc.)
  • Format table showing common number, percentage, and currency formats
  • Group separator for thousands with enableGroupSeparator
  • Custom label format with ${value} placeholder
  • Label placement with labelPosition (Inside, Outside)
  • Opposed position with opposedPosition property
  • Category labels with categoryField for X-axis
  • Category label styling with categoryLabelStyle and labelStyle
  • useRangeColor for labels matching range colors
  • Complete examples for each axis feature

Chart Dimensions

📄 Read: references/dimensions.md

  • Container size configuration with inline styles and CSS
  • Setting chart dimensions with width and height properties
  • Pixel sizing for fixed dimensions
  • Percentage sizing for responsive behavior relative to container
  • Default size behavior (126px height, window width)
  • Complete examples for container and direct sizing

Customization Options

📄 Read: references/customization.md

  • Orientation with orientation property (Horizontal, Vertical)
  • Default Horizontal orientation
  • Right-to-left (RTL) support with enableRtl property
  • Animation configuration with animation property (duration, delay)
  • Linear animation for actual and target bars
  • Theme support with theme property
  • Available Syncfusion themes
  • Complete examples for each customization

Accessibility

📄 Read: references/accessibility.md

  • Accessibility compliance (ADA, Section 508, WCAG 2.2)
  • Accessibility features table with compatibility status
  • WAI-ARIA attributes and patterns (img role, button role, aria-label, aria-pressed)
  • Keyboard interaction support (Tab, Shift+Tab, Ctrl+P)
  • Screen reader support
  • Right-to-left (RTL) support for internationalization
  • Color contrast compliance
  • Mobile device support
  • Testing with accessibility-checker and axe-core tools
  • Sample accessibility demo reference

Quick Start Example

import { BulletChartComponent, BulletRangeCollectionDirective, BulletRangeDirective, BulletTooltip, Inject } from '@syncfusion/ej2-react-charts';

function App() {
  const data = [
    { value: 270, target: 250 }
  ];

  return (
    <BulletChartComponent
      id="bulletChart"
      dataSource={data}
      valueField="value"
      targetField="target"
      title="Revenue"
      minimum={0}
      maximum={300}
      interval={50}
      tooltip={{ enable: true }}
    >
      <BulletRangeCollectionDirective>
        <BulletRangeDirective end={150} color="red" />
        <BulletRangeDirective end={250} color="yellow" />
        <BulletRangeDirective end={300} color="green" />
      </BulletRangeCollectionDirective>
      <Inject services={[BulletTooltip]} />
    </BulletChartComponent>
  );
}

Common Patterns

Performance Dashboard with Multiple Metrics

Display multiple bullet charts vertically to show various KPIs:

const metrics = [
  { value: 270, target: 250, category: 'Revenue' },
  { value: 85, target: 100, category: 'Profit' },
  { value: 180, target: 150, category: 'Sales' }
];

// Map each metric to a separate BulletChartComponent with categoryField

Dynamic Color from Data

Bind colors directly from your data source:

const data = [
  { value: 270, target: 250, valueColor: '#5B5FC7', targetColor: '#646464' }
];

<BulletChartComponent
  dataSource={data}
  valueFill="valueColor"
  targetColor="targetColor"
/>

Custom Tooltip Template

Show formatted values with custom HTML:

<BulletChartComponent
  tooltip={{
    enable: true,
    template: '<div><b>Actual:</b> ${value}<br/><b>Target:</b> ${target}</div>'
  }}
/>

Responsive Layout

Use percentage-based sizing for responsive dashboards:

<BulletChartComponent
  width="100%"
  height="80px"
/>

Key Props

PropertyTypePurpose
dataSourceArrayData collection for the chart
valueFieldstringField name for actual/feature measure
targetFieldstringField name for target/comparative measure
minimumnumberMinimum value of quantitative scale
maximumnumberMaximum value of quantitative scale
intervalnumberInterval between axis labels
titlestringChart title text
subtitlestringChart subtitle text
typestringValue bar shape: 'Rect' or 'Dot'
targetTypesstring[]Target bar shapes: 'Circle', 'Cross', 'Rect'
orientationstringChart orientation: 'Horizontal' or 'Vertical'
widthstringChart width (pixels or percentage)
heightstringChart height (pixels or percentage)
enableRtlbooleanEnable right-to-left rendering
themestringApply Syncfusion theme
tooltipobjectTooltip configuration with enable, template, fill, border, textStyle
dataLabelobjectData label configuration with enable, labelStyle

Common Use Cases

KPI Dashboard

Use bullet charts to display multiple performance indicators:

  • Set different targets for each metric
  • Use red/yellow/green ranges for performance levels
  • Add category labels for metric names
  • Enable tooltips for detailed information

Sales Performance Tracker

Compare actual sales against targets:

  • Map revenue data to valueField
  • Set quarterly/monthly targets in targetField
  • Configure ranges for underperforming/meeting/exceeding targets
  • Use data labels to show exact values

Progress Indicators

Show progress toward goals with visual context:

  • Use percentage-based ranges (0-50%, 50-75%, 75-100%)
  • Customize colors to match brand guidelines
  • Add animations for engaging transitions
  • Position titles on the left for compact layout

Comparative Analysis

Compare multiple items side-by-side:

  • Use vertical orientation for space efficiency
  • Set consistent scale across all charts
  • Apply category labels for clear identification
  • Customize target types (Circle, Cross) for distinction

Mobile Dashboards

Create responsive, touch-friendly visualizations:

  • Use percentage-based dimensions
  • Increase touch target sizes for bars
  • Enable mobile-optimized tooltips
  • Test with accessibility tools for screen readers

Edge Cases and Troubleshooting

Data not displaying:

  • Verify valueField and targetField match data source property names
  • Check that dataSource is an array with valid objects
  • Ensure minimum/maximum encompass your data range

Ranges not visible:

  • Import BulletRangeCollectionDirective and BulletRangeDirective from @syncfusion/ej2-react-charts
  • Set end values in ascending order
  • Verify end values are within minimum/maximum bounds

Tooltips not working:

  • Inject BulletTooltip module: <Inject services={[BulletTooltip]} />
  • Set tooltip.enable to true
  • Check that tooltip object is properly configured

Title/subtitle overlapping:

  • Adjust titlePosition to Left, Right, Top, or Bottom
  • Increase chart dimensions (width/height)
  • Customize titleStyle and subtitleStyle font sizes

Axis labels cut off:

  • Increase chart width or height
  • Adjust label format to shorter notation (e.g., 'n1' instead of full numbers)
  • Use enableGroupSeparator for better readability

Implementation Checklist

  • Install @syncfusion/ej2-react-charts package
  • Import BulletChartComponent and directives
  • Prepare data with value and target fields
  • Configure dataSource, valueField, targetField
  • Set minimum, maximum, and interval for scale
  • Add ranges using BulletRangeCollectionDirective
  • Configure title and subtitle if needed
  • Enable and customize tooltip (inject BulletTooltip)
  • Test with different data ranges
  • Verify accessibility with keyboard navigation
  • Test responsive behavior with different screen sizes

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Claude

32.67%
按下载量换算71

Codex

32.46%
按下载量换算70

Cursor

19.47%
按下载量换算42

Gemini CLI

8.5%
按下载量换算18

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

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

来源信息

继续浏览同类 Skills