Skip to main content

dashboard-data-visualization

Design KKTerm Dashboard widgets that show metrics, charts, logs, timelines, gauges, health states, trends, and operational data without misleading users.

설치로 이동

소스 정보

저장소
ryantsai/KKTerm
최근 소스 활동
2026년 6월 3일 23:03
감지된 SKILL.md 언어
영어
스타
495
포크
60

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
dashboard-data-visualization
description
Design KKTerm Dashboard widgets that show metrics, charts, logs, timelines, gauges, health states, trends, and operational data without misleading users.
# Dashboard Data Visualization Use this skill when a Dashboard widget needs charts, metrics, service health, trends, logs, gauges, timelines, counters, or operational summaries. Pair it with `dashboard-widget-builder` for implementation and `dashboard-widget-designer` for broader visual polish. ## Visualization Workflow 1. Identify the user's question before choosing a chart: current value, trend, comparison, distribution, threshold, incident, or history. 2. Choose the simplest representation that answers that question inside the widget's available size. 3. Preserve source units, timestamps, and uncertainty. Do not invent precision. 4. Prefer glanceable summaries with drill-down details only when the widget has room. 5. Include empty, loading, error, stale, and partial-data states for live or external data. ## Chart Selection - Single important value: metric tile with unit, trend delta, and freshness. - Status across resources: compact status list with severity chips and counts. - Short time trend: sparkline or mini area chart with clear last value. - Threshold monitoring: gauge, progress bar, or banded meter with explicit threshold labels. - Event sequence: timeline or log strip with severity and timestamp. - Comparison across a few items: horizontal bars, not tiny pies. - Dense logs: latest-events list with filtering or grouping, not a chart. Avoid charts that look impressive but do not answer the user question. ## Operational Semantics - Use consistent severity order: healthy, info, warning, critical, unknown. - Make unknown or stale data visually distinct from healthy data. - Show last updated time for live data. - Label units directly near numbers. - Do not hide failed fetches behind optimistic green status. - Do not show fake sample data unless the user explicitly asked for a mock. ## Color and Encoding - Color must reinforce meaning, not carry it alone. - Use shape, label, icon, position, or text alongside color for health states. - Avoid rainbow palettes for operational dashboards. - Reserve red/orange for real warnings and failures. - Use neutral tones for background gridlines and non-critical context. ## Scale and Integrity - Do not truncate axes in a way that exaggerates small differences unless the label makes the scale obvious. - For sparklines without axes, label the current value and the time window. - Keep moving averages, smoothing, or derived scores explicit. - If data is missing, show missing rather than drawing a continuous line through it. - Prefer exact numbers for small counts and rounded values for noisy telemetry. ## KKTerm Widget Constraints - Keep charts compact and legible at Dashboard widget sizes. - Prefer SVG or canvas drawn from the widget viewport. - Recompute dimensions on resize. - Stop animation loops when a chart is static or when the widget no longer needs live rendering. - Use curated local libraries only when their documented globals are actually needed.
GitHub에서 보기