書名: Highcharts Essentials作者名: Bilal Shahid本章字?jǐn)?shù): 97字更新時(shí)間: 2021-08-05 17:35:52
Excluding a series from stacking
We can also exclude a particular series from stacking by passing null
to its stacking
property, as shown in the following code:
series: [{ name: 'Gold', data: [46, 38, 24, 29, 13] }, { name: 'Silver', data: [29, 27, 26, 17, 8] }, { name: 'Bronze', data: [29, 23, 32, 19, 7], stacking: null }]
The Bronze series will now be excluded from the stacking context and will be shown in a separate column:

In the next example, we will configure the column chart to stack data series proportionally for each category.
推薦閱讀
- Java系統(tǒng)分析與架構(gòu)設(shè)計(jì)
- Beginning Java Data Structures and Algorithms
- 劍指JVM:虛擬機(jī)實(shí)踐與性能調(diào)優(yōu)
- 深入淺出Prometheus:原理、應(yīng)用、源碼與拓展詳解
- Python程序設(shè)計(jì)(第3版)
- jQuery從入門到精通 (軟件開發(fā)視頻大講堂)
- Cassandra Data Modeling and Analysis
- CouchDB and PHP Web Development Beginner’s Guide
- C++20高級(jí)編程
- 詳解MATLAB圖形繪制技術(shù)
- 汽車人機(jī)交互界面整合設(shè)計(jì)
- 零基礎(chǔ)學(xué)HTML+CSS
- 工業(yè)機(jī)器人離線編程
- Mastering Elixir
- Getting Started with Electronic Projects