返回 ppt-master
19_chart_insight.svg
1 <?xml version="1.0" encoding="UTF-8"?>
2 <svg xmlns="http://www.w3.org/2000/svg" width="1280" height="720" viewBox="0 0 1280 720"
3 data-pptx-master="presentation_core_master" data-pptx-master-name="Presentation Core"
4 data-pptx-layout="chart_insight" data-pptx-layout-name="Chart and Insight">
5 <rect id="master-background" x="0" y="0" width="1280" height="720" fill="#FFFFFF"
6 data-pptx-layer="master" data-pptx-editable="false"/>
7 <rect id="chart-insight-chart-panel" x="64" y="152" width="760" height="456" rx="12"
8 fill="#F4F6F8" stroke="#D6DCE3" stroke-width="1"
9 data-pptx-layer="layout" data-pptx-editable="false"/>
10 <rect id="chart-insight-message-panel" x="856" y="152" width="360" height="456" rx="12"
11 fill="#F4F6F8" stroke="#D6DCE3" stroke-width="1"
12 data-pptx-layer="layout" data-pptx-editable="false"/>
13 <g id="chart-insight-title-slot" data-pptx-placeholder="title"
14 data-pptx-bounds="64 40 1152 72">
15 <text id="chart-insight-title-carrier" data-pptx-carrier="true"
16 x="64" y="90" fill="#1E293B" font-family="Arial, Microsoft YaHei, sans-serif"
17 font-size="36" font-weight="700">{{PAGE_TITLE}}</text>
18 </g>
19 <g id="chart-insight-chart-slot" data-pptx-placeholder="chart" data-pptx-idx="1"
20 data-pptx-bounds="88 176 712 408">
21 <g id="chart-insight-chart-carrier" data-pptx-carrier="true"
22 data-pptx-replace-with="chart">
23 <metadata type="application/json">{"name":"chart_insight","x":88,"y":176,"width":712,"height":408,"type":"column","categories":["Q1","Q2","Q3","Q4"],"series":[{"name":"Actual","values":[42,55,63,78]},{"name":"Plan","values":[48,58,68,74]}],"show_legend":true,"legend_position":"bottom","style":{"colors":["#64748B","#CBD5E1"],"chart_area_fill":"#F4F6F8","plot_area_fill":"#FFFFFF","text_color":"#475569","axis_color":"#CBD5E1","grid_color":"#E2E8F0","font_family":"Arial"}}</metadata>
24 <rect x="88" y="176" width="712" height="408" rx="8" fill="#FFFFFF"/>
25 <rect x="586" y="202" width="12" height="12" rx="2" fill="#64748B"/>
26 <text x="606" y="213" fill="#64748B" font-family="Arial, sans-serif" font-size="14">Actual</text>
27 <rect x="676" y="202" width="12" height="12" rx="2" fill="#CBD5E1"/>
28 <text x="696" y="213" fill="#64748B" font-family="Arial, sans-serif" font-size="14">Plan</text>
29 <line x1="144" y1="520" x2="752" y2="520" stroke="#CBD5E1" stroke-width="2"/>
30 <line x1="144" y1="440" x2="752" y2="440" stroke="#E2E8F0" stroke-width="1"/>
31 <line x1="144" y1="360" x2="752" y2="360" stroke="#E2E8F0" stroke-width="1"/>
32 <line x1="144" y1="280" x2="752" y2="280" stroke="#E2E8F0" stroke-width="1"/>
33 <rect x="190" y="394" width="34" height="126" rx="3" fill="#64748B"/>
34 <rect x="228" y="376" width="34" height="144" rx="3" fill="#CBD5E1"/>
35 <rect x="330" y="355" width="34" height="165" rx="3" fill="#64748B"/>
36 <rect x="368" y="346" width="34" height="174" rx="3" fill="#CBD5E1"/>
37 <rect x="470" y="331" width="34" height="189" rx="3" fill="#64748B"/>
38 <rect x="508" y="316" width="34" height="204" rx="3" fill="#CBD5E1"/>
39 <rect x="610" y="286" width="34" height="234" rx="3" fill="#64748B"/>
40 <rect x="648" y="298" width="34" height="222" rx="3" fill="#CBD5E1"/>
41 <text x="224" y="554" text-anchor="middle" fill="#64748B" font-family="Arial, sans-serif" font-size="15">Q1</text>
42 <text x="364" y="554" text-anchor="middle" fill="#64748B" font-family="Arial, sans-serif" font-size="15">Q2</text>
43 <text x="504" y="554" text-anchor="middle" fill="#64748B" font-family="Arial, sans-serif" font-size="15">Q3</text>
44 <text x="644" y="554" text-anchor="middle" fill="#64748B" font-family="Arial, sans-serif" font-size="15">Q4</text>
45 </g>
46 </g>
47 <g id="chart-insight-message-slot" data-pptx-placeholder="body" data-pptx-idx="2"
48 data-pptx-bounds="888 184 296 360">
49 <text id="chart-insight-message-carrier" data-pptx-carrier="true"
50 x="888" y="232" fill="#334155" font-family="Arial, Microsoft YaHei, sans-serif"
51 font-size="24" font-weight="700">{{KEY_MESSAGE}}</text>
52 </g>
53 <g id="chart-insight-source-slot" data-pptx-placeholder="footer" data-pptx-idx="3"
54 data-pptx-bounds="888 552 296 32">
55 <text id="chart-insight-source-carrier" data-pptx-carrier="true"
56 x="888" y="576" fill="#94A3B8" font-family="Arial, Microsoft YaHei, sans-serif"
57 font-size="14">{{SOURCE}}</text>
58 </g>
59 </svg>
60
60 lines Plain Text