Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ハイチャートでプロットポイントの影を取り除く方法.ie8とieでは問題ありませんが、ie9では影が表示されました。
次のように追加してみてくださいstacking:"normal":
stacking:"normal"
plotOptions: { series:{ stacking:"normal", shadow: false, fillColor:{ linearGradient: [0, 0 0 30], stops: [ [0, 'rgb(212, 233, 252)'], [1,rgba(2,0,0,0)] ]; }