各月の積み上げグラフのクラスターとして表示する必要がある次のデータがあります。
グラフには、月ごとに 2 つの積み上げ棒グラフが表示されます。
- 1 つは、Historical_A と Historical_B の積み上げ棒グラフです。
- もう 1 つは Monthly_A と Monthly_B 用です。
このExample Linkに従ってグラフを表示する必要があります 。
以下のように XML を操作しようとしていwebchart
ますが、これまでのところ何も得られていません。
<elements action="" place="Stacked" drawOutline="false">
<morph morph="Grow"/>
<series place="default" index="0" shape="bar">
<paint color="#E48701"/>
</series>
<series index="1" place="stacked" shape="bar">
<paint color="#A5BC4E"/>
</series>
<series index="2" place="default" shape="bar">
<paint color="#1B95D9"/>
</series>
<series index="3" place="stacked" shape="bar">
<paint color="#CACA9E"/>
</series>
</elements>
編集 1: Highcharts で同様のグラフを見つけました。ハイチャートの例