- Highcharts Essentials
- Bilal Shahid
- 97字
- 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.
推薦閱讀
- 黑客攻防從入門到精通(實戰(zhàn)秘笈版)
- Docker進(jìn)階與實戰(zhàn)
- Access 2010數(shù)據(jù)庫基礎(chǔ)與應(yīng)用項目式教程(第3版)
- 零基礎(chǔ)學(xué)Python數(shù)據(jù)分析(升級版)
- C語言實驗指導(dǎo)及習(xí)題解析
- Node.js Design Patterns
- 數(shù)據(jù)結(jié)構(gòu)與算法分析(C++語言版)
- MongoDB,Express,Angular,and Node.js Fundamentals
- 利用Python進(jìn)行數(shù)據(jù)分析
- 編寫高質(zhì)量代碼:改善Objective-C程序的61個建議
- CRYENGINE Game Development Blueprints
- PrimeFaces Blueprints
- Lift Application Development Cookbook
- Secret Recipes of the Python Ninja
- 數(shù)據(jù)科學(xué)中的實用統(tǒng)計學(xué)(第2版)