Files
vf_react/public/htmls/理想汽车.html
2025-12-05 13:29:18 +08:00

488 lines
30 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="zh-CN" data-theme="night">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>理想汽车 - 深度行研报告</title>
<script src="https://cdn.tailwindcss.com"></script>
<link href="https://cdn.jsdelivr.net/npm/daisyui@4.11.1/dist/full.min.css" rel="stylesheet" type="text/css" />
<script defer src="https://cdn.jsdelivr.net/npm/alpinejs@3.x.x/dist/cdn.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/echarts@5.5.0/dist/echarts.min.js"></script>
<style>
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@300;400;500;700&display=swap');
body {
font-family: 'Noto Sans SC', sans-serif;
background: #000010;
background-image:
radial-gradient(ellipse at 30% 20%, rgba(29, 78, 216, 0.15) 0%, transparent 50%),
radial-gradient(ellipse at 70% 80%, rgba(139, 92, 246, 0.15) 0%, transparent 50%);
background-attachment: fixed;
color: #e0e0e0;
}
.glass-card {
background: rgba(17, 24, 39, 0.6);
backdrop-filter: blur(20px);
-webkit-backdrop-filter: blur(20px);
border: 1px solid rgba(255, 255, 255, 0.1);
border-radius: 1.5rem; /* 极致圆角 */
box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
transition: all 0.3s ease;
}
.glass-card:hover {
transform: translateY(-5px);
box-shadow: 0 12px 40px 0 rgba(0, 0, 0, 0.45);
border-color: rgba(59, 130, 246, 0.5);
}
.fui-title {
font-weight: 700;
letter-spacing: 0.05em;
background: -webkit-linear-gradient(45deg, #38bdf8, #a78bfa, #f472b6);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.fui-subtitle {
font-weight: 500;
color: #a78bfa;
border-left: 3px solid #a78bfa;
padding-left: 1rem;
}
.timeline {
position: relative;
padding-left: 2rem;
}
.timeline::before {
content: '';
position: absolute;
left: 0;
top: 0;
bottom: 0;
width: 2px;
background-image: linear-gradient(to bottom, #a78bfa, #38bdf8);
}
.timeline-item {
position: relative;
}
.timeline-item::before {
content: '';
position: absolute;
left: -2.5rem;
top: 0.5rem;
width: 1rem;
height: 1rem;
border-radius: 50%;
background-color: #38bdf8;
border: 3px solid #1f2937;
}
.bento-grid {
display: grid;
gap: 1rem;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.bento-item {
grid-column: span 1;
}
@media (min-width: 1024px) {
.bento-grid {
grid-template-columns: repeat(4, 1fr);
}
.bento-item-span-2 {
grid-column: span 2;
}
}
table {
width: 100%;
}
table thead tr {
background-color: rgba(59, 130, 246, 0.2) !important;
border-bottom: 1px solid rgba(59, 130, 246, 0.5);
}
table th, table td {
border-color: rgba(255, 255, 255, 0.1) !important;
}
.tag {
display: inline-block;
padding: 0.25rem 0.75rem;
border-radius: 9999px;
font-size: 0.75rem;
font-weight: 500;
background-color: rgba(59, 130, 246, 0.2);
color: #60a5fa;
border: 1px solid rgba(59, 130, 246, 0.4);
}
</style>
</head>
<body class="min-h-screen p-4 sm:p-6 lg:p-8">
<div class="max-w-7xl mx-auto space-y-8">
<!-- Header -->
<header class="text-center space-y-2">
<h1 class="text-4xl md:text-5xl font-bold fui-title tracking-wider">理想汽车 · 深度行研报告</h1>
<p class="text-sm text-gray-400">北京价值前沿科技有限公司 AI投研agent“价小前投研” 进行投研呈现</p>
<p class="text-xs text-gray-500">本报告为AI合成数据投资需谨慎。报告生成时间: <span id="generation-time"></span></p>
</header>
<!-- Bento Grid Dashboard -->
<section class="bento-grid">
<div class="glass-card p-6 bento-item bento-item-span-2">
<h3 class="fui-subtitle mb-4">核心观点摘要</h3>
<p class="text-gray-300">理想汽车正经历一场深刻的价值重估,其核心叙事正从“<strong class="text-cyan-400">精于用户定义的增程市场领导者</strong>”向“<strong class="text-fuchsia-400">以AI和数据驱动的综合性新能源车企</strong>”艰难转型。市场正围绕其<strong class="text-yellow-400">纯电车型接受度</strong><strong class="text-yellow-400">AI战略商业价值</strong>两大核心问题激烈博弈,其估值处在增程业务的稳定支撑与新增长曲线的高度不确定性之间。</p>
</div>
<div class="glass-card p-6 bento-item">
<div class="stat">
<div class="stat-title text-gray-400">累计交付量</div>
<div class="stat-value text-cyan-400">> 143 万辆</div>
<div class="stat-desc text-gray-500">(截至 2025-09-30)</div>
</div>
</div>
<div class="glass-card p-6 bento-item">
<div class="stat">
<div class="stat-title text-gray-400">现金储备</div>
<div class="stat-value text-green-400">1065 亿元</div>
<div class="stat-desc text-gray-500">(截至 2024-Q3)</div>
</div>
</div>
<div class="glass-card p-6 bento-item bento-item-span-2">
<h3 class="fui-subtitle mb-2">季度交付量趋势</h3>
<div id="sales-chart" class="w-full h-48"></div>
</div>
<div class="glass-card p-6 bento-item bento-item-span-2">
<h3 class="fui-subtitle mb-2">2025年净利润预测分歧 (亿元)</h3>
<div id="forecast-chart" class="w-full h-48"></div>
</div>
</section>
<!-- Concept Event & Timeline -->
<section class="glass-card p-8">
<h2 class="text-2xl fui-subtitle mb-6">0. 概念事件:从“增程王者”到“电智全能”的战略转型</h2>
<div class="prose max-w-none prose-invert prose-p:text-gray-300 prose-strong:text-cyan-400">
<p>理想汽车正处在一个由“增程王者”向“电智全能”转型的关键战略十字路口。这一转型由一系列紧密相连的事件驱动,并伴随着市场的剧烈波动与预期的重构。</p>
</div>
<div class="mt-6 grid grid-cols-1 lg:grid-cols-2 gap-8">
<div class="timeline">
<div class="timeline-item mb-8">
<h4 class="font-bold text-lg text-fuchsia-400">2024年 (奠定与调整)</h4>
<p class="text-sm text-gray-400">奠定AI战略基础展示强大盈利能力。</p>
<ul class="list-disc list-inside mt-2 space-y-1 text-gray-300 text-sm">
<li><strong>Q3 财报 (10-31):</strong> 汽车毛利率高达20.9%现金储备1065亿元彰显“现金牛”地位。</li>
<li><strong>百万辆交付 (10-18):</strong> 累计交付破百万为AI战略提供核心数据资源。</li>
<li><strong>AI Talk (年末):</strong> CEO李想正式将战略重心转向AI提出VLA模型技术路线。</li>
</ul>
</div>
</div>
<div class="timeline">
<div class="timeline-item">
<h4 class="font-bold text-lg text-cyan-400">2025年 (转型与阵痛)</h4>
<p class="text-sm text-gray-400">纯电车型入市,面临市场考验与挑战。</p>
<ul class="list-disc list-inside mt-2 space-y-1 text-gray-300 text-sm">
<li><strong>i8官图公布 (Q1):</strong> 正式进军纯电市场,开启二次创业。</li>
<li><strong>业绩会提振 (年中):</strong> 指引超预期,宣称“利空出尽”,重振市场信心。</li>
<li><strong>交付量波动 (Q3):</strong> 7月交付同比下降40%i8变相降价市场情绪承压。</li>
<li><strong>i6发布 (Q3):</strong> 发布走量车型i6检验纯电产品规模化能力。</li>
<li><strong>MEGA召回 (Q4):</strong> 暴露纯电新平台质量控制风险。</li>
</ul>
</div>
</div>
</div>
</section>
<!-- Core Logic & Market Perception -->
<section class="glass-card p-8" x-data="{ open: false }">
<h2 class="text-2xl fui-subtitle mb-6 cursor-pointer" @click="open = !open">2. 核心逻辑与市场认知分析</h2>
<div class="prose max-w-none prose-invert prose-p:text-gray-300 prose-strong:text-cyan-400" x-show="open" x-collapse>
<h3 class="text-xl font-semibold text-fuchsia-400 mt-4">核心驱动力</h3>
<ol class="list-decimal list-inside space-y-2">
<li><strong>产品线扩张:从增程蓝海到纯电红海的必然选择。</strong>
<p class="text-sm pl-4 text-gray-400">增程市场天花板可见进入更广阔的纯电领域是维持高增长的必然战略。i8、i6的推出是理想产品定义能力在纯电市场的关键一步。</p>
</li>
<li><strong>战略升维“All in AI”下的估值重构。</strong>
<p class="text-sm pl-4 text-gray-400">利用超140万辆汽车作为数据采集终端构建数据闭环通过自研MindGPT和VLA大模型建立技术护城河旨在完成向“AI企业”的估值切换。</p>
</li>
<li><strong>财务基础:强大的现金流与盈利能力提供转型弹药。</strong>
<p class="text-sm pl-4 text-gray-400">截至2024Q3现金储备高达1065亿元自由现金流90.5亿元,为其在高投入领域的扩张提供了坚实保障,能承受转型初期的试错成本。</p>
</li>
</ol>
<h3 class="text-xl font-semibold text-fuchsia-400 mt-6">市场热度与情绪</h3>
<p>市场情绪呈现<strong class="text-yellow-400">高度分化</strong><strong class="text-yellow-400">剧烈波动</strong>。乐观派认为“利空已出尽”看重远期AI战略与数据壁垒谨慎派更关注短期现实如交付量下滑、i8降价、MEGA召回担忧其纯电战略执行力。</p>
<h3 class="text-xl font-semibold text-fuchsia-400 mt-6">预期差分析</h3>
<ul class="list-disc list-inside space-y-2">
<li><strong>销量与利润预期差:</strong>券商路演预测2025年净利130-140亿但也有机构预测仅101亿巨大分歧反映市场对纯电车型放量的高度不确定性。</li>
<li><strong>智能驾驶能力预期差:</strong>官方叙事宏大清晰VLA大模型但路演纪要中出现技术混淆表明部分市场参与者理解表面化存在被宏大叙事引导的风险。</li>
<li><strong>品牌定位预期差:</strong>坚守“豪华品牌”定位与全系降价/变相降价的现实操作之间存在矛盾,为推动纯电销量,可能需牺牲部分品牌溢价和单车利润。</li>
</ul>
</div>
</section>
<!-- Key Catalysts & Future Path -->
<section class="glass-card p-8" x-data="{ open: false }">
<h2 class="text-2xl fui-subtitle mb-6 cursor-pointer" @click="open = !open">3. 关键催化剂与未来发展路径</h2>
<div class="prose max-w-none prose-invert prose-p:text-gray-300 prose-strong:text-cyan-400" x-show="open" x-collapse>
<div class="grid grid-cols-1 md:grid-cols-2 gap-8">
<div>
<h3 class="text-xl font-semibold text-fuchsia-400 mt-4">近期催化剂 (未来3-6个月)</h3>
<ul class="list-disc list-inside space-y-2 mt-4">
<li><strong>i6和i8月度销量数据</strong>验证纯电战略成败最直接的指标。</li>
<li><strong>Q4及全年财报</strong>关注毛利率能否维持在20%左右的健康水平。</li>
<li><strong>VLA智驾大模型落地与反馈</strong>影响“AI企业”故事的可信度。</li>
</ul>
</div>
<div>
<h3 class="text-xl font-semibold text-fuchsia-400 mt-4">长期发展路径</h3>
<ol class="list-decimal list-inside space-y-2 mt-4">
<li><strong>阶段一 (当前-2026):双轮驱动,稳固份额。</strong>
<p class="text-sm pl-4 text-gray-400">纯电与增程共同支撑年销70-80万辆规模渠道下沉并初步出海。</p>
</li>
<li><strong>阶段二 (2026-2028)AI能力商业化构建壁垒。</strong>
<p class="text-sm pl-4 text-gray-400">实现L3级高阶智驾领先体验探索订阅制智能空间形成差异化优势。</p>
</li>
<li><strong>阶段三 (2028+)向全球化AI企业迈进。</strong>
<p class="text-sm pl-4 text-gray-400">海外销量占比提升至30%拓展更多品类车型涉足更广AI应用领域。</p>
</li>
</ol>
</div>
</div>
</div>
</section>
<!-- Industry Chain Analysis -->
<section class="glass-card p-8" x-data="{ open: false }">
<h2 class="text-2xl fui-subtitle mb-6 cursor-pointer" @click="open = !open">4. 产业链与核心公司深度剖析</h2>
<div class="prose max-w-none prose-invert prose-p:text-gray-300 prose-strong:text-cyan-400" x-show="open" x-collapse>
<h3 class="text-xl font-semibold text-fuchsia-400 mt-4">产业链图谱</h3>
<div class="overflow-x-auto">
<ul class="steps steps-vertical lg:steps-horizontal w-full mt-4">
<li class="step step-primary">上游 (零部件)
<p class="text-xs text-center text-gray-400">欣旺达(电池), 德赛西威(座舱), 拓普集团(底盘)</p>
</li>
<li class="step step-primary">中游 (整车厂)
<p class="text-xs text-center text-gray-400">理想汽车 (品牌, 研发, 总装, 销售)</p>
</li>
<li class="step">下游 (销售与服务)
<p class="text-xs text-center text-gray-400">自营零售中心, 售后维修, 5C超充网络</p>
</li>
</ul>
</div>
<h3 class="text-xl font-semibold text-fuchsia-400 mt-8">核心玩家对比</h3>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-4 mt-4">
<div class="border border-gray-700 p-4 rounded-xl">
<h4 class="font-bold text-cyan-400">理想汽车 (核心)</h4>
<p class="text-sm mt-2"><strong>优势:</strong> 品牌心智、现金储备、用户数据资产。<br><strong>风险:</strong> 纯电市场开拓不确定性高AI战略待验证。</p>
</div>
<div class="border border-gray-700 p-4 rounded-xl">
<h4 class="font-bold text-cyan-400">欣旺达 (战略伙伴)</h4>
<p class="text-sm mt-2"><strong>逻辑:</strong> 与理想成立合资电池公司,深度绑定,直接受益于纯电放量,逻辑纯粹。</p>
</div>
<div class="border border-gray-700 p-4 rounded-xl">
<h4 class="font-bold text-cyan-400">德赛西威 (关键赋能者)</h4>
<p class="text-sm mt-2"><strong>逻辑:</strong> 受益于理想AI战略对高算力平台需求但客户分散逻辑稳健但不纯粹。</p>
</div>
</div>
<h3 class="text-xl font-semibold text-fuchsia-400 mt-8">验证与证伪风险点</h3>
<ul class="list-disc list-inside space-y-2 mt-4">
<li><strong class="text-red-400">盈利预测的脆弱性:</strong>路演中基于70万辆年销得出130-140亿利润预测与7月销量下滑40%的现实形成鲜明对比,若纯电销量不及预期,整个模型将被证伪。</li>
<li><strong class="text-red-400">智驾付费意愿:</strong>高配智驾车型占比数据63% vs 35-45%存在矛盾若用户付费意愿不强AI商业模式将面临重大挑战。</li>
</ul>
</div>
</section>
<!-- Risks & Conclusion -->
<section class="glass-card p-8" x-data="{ open: false }">
<h2 class="text-2xl fui-subtitle mb-6 cursor-pointer" @click="open = !open">5 & 6. 潜在风险与综合结论</h2>
<div class="prose max-w-none prose-invert prose-p:text-gray-300 prose-strong:text-cyan-400" x-show="open" x-collapse>
<h3 class="text-xl font-semibold text-fuchsia-400 mt-4">潜在风险与挑战</h3>
<ul class="list-disc list-inside space-y-2 mt-4">
<li><strong>技术风险:</strong>VLA大模型落地不及预期MEGA召回暴露的纯电平台质量控制风险。</li>
<li><strong>商业化风险:</strong>纯电市场“水土不服”,产品定义能否复刻成功是未知数;价格战侵蚀高毛利率。</li>
<li><strong>竞争风险:</strong>华为(问界)、小鹏等在核心价格带展开围剿,竞争白热化。</li>
<li><strong>信息交叉验证风险:</strong>不同券商对利润预测、智驾配置占比等核心数据存在巨大矛盾,市场缺乏共识。</li>
</ul>
<h3 class="text-xl font-semibold text-fuchsia-400 mt-8">综合结论与投资启示</h3>
<p>理想汽车正处在从<strong class="text-green-400">“确定性增长”</strong><strong class="text-yellow-400">“高风险转型”</strong>过渡的阶段,投资逻辑已转为“基本面+叙事”双轮驱动。其增程业务和财务状况构成估值“安全垫”纯电业务与AI战略则决定未来成长空间。当前阶段主题炒作和情绪博弈成分显著增加不确定性远高于过去。</p>
<h4 class="font-semibold text-cyan-400 mt-4">最具投资价值的细分环节:</h4>
<ol class="list-decimal list-inside space-y-1 mt-2 text-sm">
<li><strong>理想汽车本身:</strong>高风险高赔率选项适合看好其长期AI战略和执行力的投资者。</li>
<li><strong>深度绑定的核心供应商 (如欣旺达)</strong>逻辑更纯粹,风险相对较低的选择。</li>
<li><strong>受益于行业智能化趋势的平台型供应商 (如德赛西威)</strong>最为稳健的选择。</li>
</ol>
<h4 class="font-semibold text-cyan-400 mt-4">需重点跟踪的关键指标:</h4>
<div class="grid grid-cols-2 md:grid-cols-3 gap-2 mt-2">
<div class="tag">i6/i8月度交付量</div>
<div class="tag">季度汽车业务毛利率</div>
<div class="tag">AD Max/Pro真实销售占比</div>
<div class="tag">周度订单量</div>
<div class="tag">研发与销售费用变化</div>
</div>
</div>
</section>
<!-- Stock Table -->
<section class="glass-card p-8">
<h2 class="text-2xl fui-subtitle mb-6">产业链核心公司</h2>
<div class="overflow-x-auto">
<table class="table table-sm">
<thead>
<tr>
<th>股票名称</th>
<th>股票代码</th>
<th>定位/原因</th>
<th>细分领域</th>
</tr>
</thead>
<tbody>
<tr><th>理想汽车</th><td><a href="https://valuefrontier.cn/company?scode=240227" target="_blank" class="link link-hover text-cyan-400">240227</a></td><td>核心概念,整车厂</td><td><span class="badge badge-primary badge-outline">整车</span></td></tr>
<tr><th>德赛西威</th><td><a href="https://valuefrontier.cn/company?scode=002920" target="_blank" class="link link-hover text-cyan-400">002920</a></td><td>为理想汽车提供相关产品</td><td><span class="badge badge-secondary badge-outline">智能座舱</span></td></tr>
<tr><th>华阳集团</th><td><a href="https://valuefrontier.cn/company?scode=002906" target="_blank" class="link link-hover text-cyan-400">002906</a></td><td>为理想汽车提供相关产品</td><td><span class="badge badge-secondary badge-outline">智能座舱</span></td></tr>
<tr><th>上声电子</th><td><a href="https://valuefrontier.cn/company?scode=688533" target="_blank" class="link link-hover text-cyan-400">688533</a></td><td>为理想汽车提供相关产品</td><td><span class="badge badge-secondary badge-outline">智能座舱</span></td></tr>
<tr><th>拓普集团</th><td><a href="https://valuefrontier.cn/company?scode=601689" target="_blank" class="link link-hover text-cyan-400">601689</a></td><td>为理想汽车提供相关产品</td><td><span class="badge badge-accent badge-outline">动力底盘</span></td></tr>
<tr><th>伯特利</th><td><a href="https://valuefrontier.cn/company?scode=603596" target="_blank" class="link link-hover text-cyan-400">603596</a></td><td>为理想汽车提供相关产品</td><td><span class="badge badge-accent badge-outline">动力底盘</span></td></tr>
<tr><th>旭升集团</th><td><a href="https://valuefrontier.cn/company?scode=603305" target="_blank" class="link link-hover text-cyan-400">603305</a></td><td>为理想汽车提供相关产品</td><td><span class="badge badge-accent badge-outline">动力底盘</span></td></tr>
<tr><th>新泉股份</th><td><a href="https://valuefrontier.cn/company?scode=603179" target="_blank" class="link link-hover text-cyan-400">603179</a></td><td>为理想汽车提供相关产品</td><td><span class="badge badge-warning badge-outline">车身内饰</span></td></tr>
<tr><th>常熟汽饰</th><td><a href="https://valuefrontier.cn/company?scode=603035" target="_blank" class="link link-hover text-cyan-400">603035</a></td><td>为理想汽车提供相关产品</td><td><span class="badge badge-warning badge-outline">车身内饰</span></td></tr>
<tr><th>福耀玻璃</th><td><a href="https://valuefrontier.cn/company?scode=600660" target="_blank" class="link link-hover text-cyan-400">600660</a></td><td>为理想汽车提供相关产品</td><td><span class="badge badge-warning badge-outline">车身内饰</span></td></tr>
</tbody>
</table>
</div>
</section>
<section class="glass-card p-8">
<h2 class="text-2xl fui-subtitle mb-6">相关个股涨幅异动分析</h2>
<div class="overflow-x-auto">
<table class="table table-sm">
<thead>
<tr>
<th>股票名称</th>
<th>日期</th>
<th>涨幅</th>
<th>核心原因</th>
</tr>
</thead>
<tbody>
<tr>
<th>欣旺达 (<a href="https://valuefrontier.cn/company?scode=300207" target="_blank" class="link link-hover text-cyan-400">300207</a>)</th>
<td>2025-09-23</td>
<td><span class="text-green-400 font-semibold">+6.48%</span></td>
<td class="text-xs">与理想汽车成立合资电池公司,深度绑定,市场预期订单稳定增长。</td>
</tr>
<tr>
<th>英利汽车 (<a href="https://valuefrontier.cn/company?scode=601279" target="_blank" class="link link-hover text-cyan-400">601279</a>)</th>
<td>2025-10-10</td>
<td><span class="text-green-400 font-semibold">+10.05%</span></td>
<td class="text-xs">购置税减免新政将一体化压铸、轻量化底盘等纳入目录公司6条6800T产线刚达产政策红利直接兑现。</td>
</tr>
<tr>
<th>双象股份 (<a href="https://valuefrontier.cn/company?scode=002395" target="_blank" class="link link-hover text-cyan-400">002395</a>)</th>
<td>2025-07-07</td>
<td><span class="text-green-400 font-semibold">+9.98%</span></td>
<td class="text-xs">光学级PMMA被纳入汽车轻量化材料目录公司是唯一能量产且已获理想等认证的A股标的。</td>
</tr>
<tr>
<th>巨一科技 (<a href="https://valuefrontier.cn/company?scode=688162" target="_blank" class="link link-hover text-cyan-400">688162</a>)</th>
<td>2025-07-29</td>
<td><span class="text-green-400 font-semibold">+5.43%</span></td>
<td class="text-xs">券商研报看好其电驱业务为理想i6/i8供货上量业绩拐点明确。</td>
</tr>
</tbody>
</table>
</div>
</section>
<footer class="text-center text-xs text-gray-600 py-4">
<p>&copy; <span id="current-year"></span> 北京价值前沿科技有限公司. All rights reserved.</p>
<p>AI-Generated Research Report. Please consult with a financial professional before making any investment decisions.</p>
</footer>
</div>
<script>
document.getElementById('generation-time').textContent = new Date().toLocaleString('zh-CN');
document.getElementById('current-year').textContent = new Date().getFullYear();
// ECharts for Sales
var salesChart = echarts.init(document.getElementById('sales-chart'));
var salesOption = {
tooltip: { trigger: 'axis', backgroundColor: 'rgba(17, 24, 39, 0.8)', borderColor: '#3b82f6', textStyle: { color: '#e0e0e0' } },
grid: { left: '3%', right: '4%', bottom: '3%', top: '15%', containLabel: true },
xAxis: {
type: 'category',
data: ['2024Q3', '2024Q4', '2025Q1', '2025Q2', '2025Q3'],
axisLine: { lineStyle: { color: '#4b5563' } }
},
yAxis: {
type: 'value',
axisLine: { show: true, lineStyle: { color: '#4b5563' } },
splitLine: { lineStyle: { color: 'rgba(75, 85, 99, 0.3)' } },
axisLabel: { formatter: '{value} 辆' }
},
series: [{
name: '季度交付量',
type: 'bar',
data: [152800, 159000, 93000, 125000, 93211],
itemStyle: {
color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
{ offset: 0, color: '#38bdf8' },
{ offset: 1, color: '#3b82f6' }
]),
borderRadius: [4, 4, 0, 0]
}
}]
};
salesChart.setOption(salesOption);
// ECharts for Forecasts
var forecastChart = echarts.init(document.getElementById('forecast-chart'));
var forecastOption = {
tooltip: { trigger: 'axis', backgroundColor: 'rgba(17, 24, 39, 0.8)', borderColor: '#a78bfa', textStyle: { color: '#e0e0e0' } },
grid: { left: '3%', right: '4%', bottom: '3%', top: '15%', containLabel: true },
xAxis: {
type: 'category',
data: ['国君', '国金', '天风', '平安', '海通'],
axisLine: { lineStyle: { color: '#4b5563' } }
},
yAxis: {
type: 'value',
axisLine: { show: true, lineStyle: { color: '#4b5563' } },
splitLine: { lineStyle: { color: 'rgba(75, 85, 99, 0.3)' } },
},
series: [{
name: '净利润预测',
type: 'bar',
data: [101.1, 107, 142.4, 141, 130], // Data from insight
itemStyle: {
color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
{ offset: 0, color: '#a78bfa' },
{ offset: 1, color: '#7c3aed' }
]),
borderRadius: [4, 4, 0, 0]
}
}]
};
forecastChart.setOption(forecastOption);
window.addEventListener('resize', function() {
salesChart.resize();
forecastChart.resize();
});
</script>
</body>
</html>