返回 ppt-master
bullet_chart.svg
根目录 / skills / ppt-master / templates / charts / bullet_chart.svg
1 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1280 720" width="1280" height="720"
2 font-family="-apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif"
3 font-size="12">
4 <!--
5 Bullet Chart Template
6 Purpose: Target vs Actual comparison, more space-efficient than gauges
7 Use cases: KPI achievement, sales targets, budget execution, performance evaluation
8 Supports: 5 metrics displayed in parallel
9 -->
10 <rect width="1280" height="720" fill="#FFFFFF"/>
11 <g id="header" data-pptx-bounds="40 15 1200 125">
12 <text x="640" y="50" font-family="-apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Microsoft YaHei', sans-serif"
13 font-size="34" font-weight="bold" fill="#0F172A" text-anchor="middle">2025 Annual KPI Achievement Status</text>
14 <text x="640" y="85" font-family="-apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Microsoft YaHei', sans-serif"
15 font-size="18" fill="#64748B" text-anchor="middle">Target vs Actual - As of Q4</text>
16 </g>
17 <!-- Legend -->
18 <g id="legend" data-pptx-bounds="758 85 522 40" transform="translate(820, 100)">
19 <g id="legend-fair">
20 <rect x="0" y="0" width="20" height="12" fill="#F1F5F9" rx="2"/>
21 <text x="28" y="10" font-family="-apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Microsoft YaHei', sans-serif"
22 fill="#475569">Fair (0-60%)</text>
23 </g>
24 <g id="legend-good">
25 <rect x="120" y="0" width="20" height="12" fill="#E2E8F0" rx="2"/>
26 <text x="148" y="10" font-family="-apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Microsoft YaHei', sans-serif"
27 fill="#475569">Good (60-80%)</text>
28 </g>
29 <g id="legend-excellent">
30 <rect x="250" y="0" width="20" height="12" fill="#CBD5E1" rx="2"/>
31 <text x="278" y="10" font-family="-apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Microsoft YaHei', sans-serif"
32 fill="#475569">Excellent (80-100%+)</text>
33 </g>
34 </g>
35 <!-- Bullet 1: Sales Revenue 92% -->
36 <g id="bullet1" data-pptx-bounds="0 148 1280 74" transform="translate(80, 140)">
37 <text x="0" y="35" font-family="-apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Microsoft YaHei', sans-serif"
38 font-size="18" font-weight="600" fill="#0F172A">Sales Revenue</text>
39 <text x="0" y="55"
40 font-size="14" fill="#64748B">Target: $100M</text>
41 <rect x="180" y="20" width="540" height="50" fill="#F1F5F9" rx="4"/>
42 <rect x="720" y="20" width="180" height="50" fill="#E2E8F0" rx="4"/>
43 <rect x="900" y="20" width="180" height="50" fill="#CBD5E1" rx="4"/>
44 <rect x="180" y="32" width="828" height="26" fill="#10B981" rx="3"/>
45 <line x1="1080" y1="15" x2="1080" y2="75" stroke="#1E293B" stroke-width="4"/>
46 <text x="998" y="50"
47 font-size="15" font-weight="bold" fill="#FFFFFF" text-anchor="end">$92M</text>
48 <text x="1120" y="50"
49 font-size="20" font-weight="bold" fill="#10B981">92%</text>
50 </g>
51 <!-- Bullet 2: New Customers 97% -->
52 <g id="bullet2" data-pptx-bounds="0 248 1280 74" transform="translate(80, 240)">
53 <text x="0" y="35" font-family="-apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Microsoft YaHei', sans-serif"
54 font-size="18" font-weight="600" fill="#0F172A">New Customers</text>
55 <text x="0" y="55"
56 font-size="14" fill="#64748B">Target: 500</text>
57 <rect x="180" y="20" width="540" height="50" fill="#F1F5F9" rx="4"/>
58 <rect x="720" y="20" width="180" height="50" fill="#E2E8F0" rx="4"/>
59 <rect x="900" y="20" width="180" height="50" fill="#CBD5E1" rx="4"/>
60 <rect x="180" y="32" width="873" height="26" fill="#10B981" rx="3"/>
61 <line x1="1080" y1="15" x2="1080" y2="75" stroke="#1E293B" stroke-width="4"/>
62 <text x="1043" y="50"
63 font-size="15" font-weight="bold" fill="#FFFFFF" text-anchor="end">485</text>
64 <text x="1120" y="50"
65 font-size="20" font-weight="bold" fill="#10B981">97%</text>
66 </g>
67 <!-- Bullet 3: Customer Satisfaction 98% -->
68 <g id="bullet3" data-pptx-bounds="0 348 1280 74" transform="translate(80, 340)">
69 <text x="0" y="35" font-family="-apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Microsoft YaHei', sans-serif"
70 font-size="18" font-weight="600" fill="#0F172A">Customer Satisfaction</text>
71 <text x="0" y="55"
72 font-size="14" fill="#64748B">Target: 90%</text>
73 <rect x="180" y="20" width="540" height="50" fill="#F1F5F9" rx="4"/>
74 <rect x="720" y="20" width="180" height="50" fill="#E2E8F0" rx="4"/>
75 <rect x="900" y="20" width="180" height="50" fill="#CBD5E1" rx="4"/>
76 <rect x="180" y="32" width="880" height="26" fill="#10B981" rx="3"/>
77 <line x1="990" y1="15" x2="990" y2="75" stroke="#1E293B" stroke-width="4"/>
78 <text x="1050" y="50"
79 font-size="15" font-weight="bold" fill="#FFFFFF" text-anchor="end">98%</text>
80 <text x="1120" y="50"
81 font-size="20" font-weight="bold" fill="#10B981">98%</text>
82 </g>
83 <!-- Bullet 4: Market Share 72% -->
84 <g id="bullet4" data-pptx-bounds="0 448 1280 74" transform="translate(80, 440)">
85 <text x="0" y="35" font-family="-apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Microsoft YaHei', sans-serif"
86 font-size="18" font-weight="600" fill="#0F172A">Market Share</text>
87 <text x="0" y="55"
88 font-size="14" fill="#64748B">Target: 25%</text>
89 <rect x="180" y="20" width="540" height="50" fill="#F1F5F9" rx="4"/>
90 <rect x="720" y="20" width="180" height="50" fill="#E2E8F0" rx="4"/>
91 <rect x="900" y="20" width="180" height="50" fill="#CBD5E1" rx="4"/>
92 <rect x="180" y="32" width="648" height="26" fill="#F59E0B" rx="3"/>
93 <line x1="1080" y1="15" x2="1080" y2="75" stroke="#1E293B" stroke-width="4"/>
94 <text x="818" y="50"
95 font-size="15" font-weight="bold" fill="#FFFFFF" text-anchor="end">18%</text>
96 <text x="1120" y="50"
97 font-size="20" font-weight="bold" fill="#F59E0B">72%</text>
98 </g>
99 <!-- Bullet 5: Cost Control 119% (Over budget) -->
100 <g id="bullet5" data-pptx-bounds="0 548 1280 74" transform="translate(80, 540)">
101 <text x="0" y="35" font-family="-apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Microsoft YaHei', sans-serif"
102 font-size="18" font-weight="600" fill="#0F172A">Cost Control</text>
103 <text x="0" y="55"
104 font-size="14" fill="#64748B">Budget: $80M</text>
105 <rect x="180" y="20" width="900" height="50" fill="#CBD5E1" rx="4"/>
106 <rect x="720" y="20" width="360" height="50" fill="#E2E8F0" rx="4"/>
107 <rect x="900" y="20" width="180" height="50" fill="#F1F5F9" rx="4"/>
108 <rect x="180" y="32" width="855" height="26" fill="#EF4444" rx="3"/>
109 <line x1="720" y1="15" x2="720" y2="75" stroke="#1E293B" stroke-width="4"/>
110 <text x="1025" y="50"
111 font-size="15" font-weight="bold" fill="#FFFFFF" text-anchor="end">$95M</text>
112 <text x="1120" y="50"
113 font-size="20" font-weight="bold" fill="#EF4444">119%</text>
114 </g>
115 <!-- Insight box -->
116 <g id="insight" data-pptx-bounds="0 613 1280 84">
117 <rect x="80" y="620" width="1120" height="70" rx="8" fill="#F8FAFC" stroke="#E2E8F0" stroke-width="1"/>
118 <text x="110" y="650" font-family="-apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Microsoft YaHei', sans-serif"
119 font-size="16" font-weight="600" fill="#1E293B">💡 Summary:</text>
120 <text x="220" y="650" font-family="-apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Microsoft YaHei', sans-serif"
121 font-size="15" fill="#475569">3 KPIs exceeded targets. Market share growth needs strengthening. Cost control requires attention.</text>
122 <text x="110" y="675" font-family="-apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Microsoft YaHei', sans-serif"
123 font-size="14" font-weight="500" fill="#64748B">Recommendation: Prioritize cutting non-core project expenses while increasing marketing budget.</text>
124 </g>
125 </svg>
126
126 lines Plain Text