棒グラフでシャドウを使用することは可能ですか? オプション「shadowSize」があることがわかりました:
series:{
color: color or number
data: rawdata
label: string
lines: specific lines options
bars: specific bars options
points: specific points options
xaxis: number
yaxis: number
clickable: boolean
hoverable: boolean
shadowSize: number
highlightColor: color or number
}
この値を変更しようとしましたが、何も起こりませんでした。また、lineWidth を変更しようとしました (「lineWidth」は、線またはアウトラインのピクセル単位の太さです。0 に設定すると、線またはアウトラインが描画されないようにすることができます。これにより、影も非表示になります。)「バー」内:
bars: {
lineWidth: 0,
barWidth: 0.2,
align: "left",
horizontal: true,
show:true,
fillColor: { colors: [ "rgb(64, 31, 33)", "rgb(55, 26, 28)", "rgb(52, 25, 27)", "rgb(102,49,52)", "rgb(102, 49, 52)", "rgb(195, 139, 143)", "rgb(87,42,45)" ] }
}