Data Visualization Guide — data visualization guide
visualizer agent chart design quality visualization principle and pattern.
chart optional framework
data purposeby chart mapping
| purpose |
recommendation chart |
data condition |
| comparison (item between) |
versuschart, |
week 2~15items |
| comparison (whentotal) |
, chart |
time required |
| composition/ratio |
, quality versus, |
total=100% |
| minute |
, , point also |
annualwithin figure |
| total |
point, chart, |
number 2~3items |
| flow/process |
, |
stageby figure |
| degree |
, |
position data |
chart optional decision-making
Q1: data number itemsperson?
├── 1items → minute confirm? → /
├── 2items → time ? → /
│ week? → versuschart
│ annualwithin? → point
└── 3items+ → chart//pyeongtable
Mermaid based chart peopletax pattern
versuschart (Bar Chart)
xychart-beta
title "monthby sales "
x-axis ["1month", "2month", "3month", "4month", "5month", "6month"]
y-axis "sales(00M KRW)" 0 --> 50
bar [15, 22, 28, 35, 30, 45]
/ chart peopletax template
pie title departmentfromby budget allocation
"development" : 40
"" : 25
"operations" : 20
"personcompany" : 15
visualization principle
Edward Tufte principle applied
| principle |
description |
applied method |
| data- ratio |
neededKorean decoration |
3D effect, background pattern prohibited |
| work number |
chart conditionby |
departmentfromby/durationby minute |
| element |
work prohibited |
Y mustwhen 0 whenwork (versuschart) |
| data also |
between versus information versus |
minimization, integration |
usage rule
| also |
rule |
| order data |
total basis (example: annualKorean →Korean ) |
| week data |
from minute versus 7items |
|
core data only , degree |
| /department |
=, =department (documentquality ) |
| nature |
eachor morespecialist , pattern/ |
design tablelevel
comparison
| item |
Q1 |
Q2 |
Q3 |
Q4 |
YoY |
| sales |
120 |
135 |
142 |
155 |
+15.2% |
| profit |
18 |
22 |
25 |
28 |
+22.1% |
rule:
- figure ,
- (increase=record, decrease=)
- 1,000
- 1 specify
report typeby visualization
monthbetween performance report
required chart tax:
1. sales — (goal vs results, beforeyear basis)
2. departmentdocumentby sales — quality versus
3. KPI naturerate — chart or degree
4. cost structure — chart
5. core indicator — scorecard (specialist + beforemonth )
marketanalysis report
required chart tax:
1. market scale — chart (CAGR tablewhen)
2. competitor point — quality or
3. price comparison — numberpyeong versus (competitorby)
4. SWOT — 2x2 matrix
5. positioning — point also (2: price vs quality)
quality checklist
| item |
standard |
| title |
all chart un- title |
|
included |
| source |
data source specify |
|
3items or more when when required |
| figure |
core data point directly tablewhen |
| nature |
person when also minute possible |
1---2name: data-visualization-guide3description: data visualization guide. visualizer agent chart·graph designto do when reference visualization principle and chart optional framework. 'chart optional', 'visualization guide' request when usage. However, actual BI tool work dashboard building scope outside.4---56# Data Visualization Guide — data visualization guide78visualizer agent chart design quality visualization principle and pattern.910## chart optional framework1112### data purposeby chart mapping1314| purpose | recommendation chart | data condition |15|------|----------|-----------|16| comparison (item between) | versuschart, | week 2~15items |17| comparison (whentotal) | , chart | time required |18| composition/ratio | , quality versus, | total=100% |19| minute | , , point also | annualwithin figure |20| total | point, chart, | number 2~3items |21| flow/process | , | stageby figure |22| degree | , | position data |2324### chart optional decision-making 2526```27Q1: data number itemsperson?28├── 1items → minute confirm? → /29├── 2items → time ? → /30│ week? → versuschart31│ annualwithin? → point32└── 3items+ → chart//pyeongtable33```3435## Mermaid based chart peopletax pattern3637### versuschart (Bar Chart)3839```mermaid40xychart-beta41 title "monthby sales "42 x-axis ["1month", "2month", "3month", "4month", "5month", "6month"]43 y-axis "sales(00M KRW)" 0 --> 5044 bar [15, 22, 28, 35, 30, 45]45```4647### / chart peopletax template4849```mermaid50pie title departmentfromby budget allocation51 "development" : 4052 "" : 2553 "operations" : 2054 "personcompany" : 1555```5657## visualization principle5859### Edward Tufte principle applied6061| principle | description | applied method |62|------|------|----------|63| data- ratio | neededKorean decoration | 3D effect, background pattern prohibited |64| work number | chart conditionby | departmentfromby/durationby minute |65| element | work prohibited | Y mustwhen 0 whenwork (versuschart) |66| data also | between versus information versus | minimization, integration |6768### usage rule6970| also | rule |71|------|------|72| order data | total basis (example: annualKorean →Korean ) |73| week data | from minute versus 7items |74| | core data only , degree |75| /department | =, =department (documentquality ) |76| nature | eachor morespecialist , pattern/ |7778## design tablelevel7980### comparison 8182| item | Q1 | Q2 | Q3 | Q4 | YoY |83|------|-----|-----|-----|-----|---------|84| sales | 120 | 135 | 142 | 155 | +15.2% |85| profit | 18 | 22 | 25 | 28 | +22.1% |8687**rule**:88- figure , 89- (increase=record, decrease=)90- 1,000 91- 1 specify9293## report typeby visualization 9495### monthbetween performance report9697```98required chart tax:991. sales — (goal vs results, beforeyear basis)1002. departmentdocumentby sales — quality versus1013. KPI naturerate — chart or degree1024. cost structure — chart1035. core indicator — scorecard (specialist + beforemonth )104```105106### marketanalysis report107108```109required chart tax:1101. market scale — chart (CAGR tablewhen)1112. competitor point — quality or 1123. price comparison — numberpyeong versus (competitorby)1134. SWOT — 2x2 matrix 1145. positioning — point also (2: price vs quality)115```116117## quality checklist118119| item | standard |120|------|------|121| title | all chart un- title |122| | included |123| source | data source specify |124| | 3items or more when when required |125| figure | core data point directly tablewhen |126| nature | person when also minute possible |