Highstock JS v1.2.4 を使用しています。
複数の系列を含むグラフを作成しました。これらのシリーズは、グループとしてまとめられています。したがって、これらのグループを区切るためにラインセパレーターを描画しています
axis.addPlotLine({
id: 'separator',
value: minVal, // minVal is dynamic
width: global.lineWidth, // global.lineWidth is 2
color: timelineDefaults.colors.separatorLine, // Line Color
dashStyle: 'solid'
});
また、私
plotBorderColor: '#346691',
plotBorderWidth:1,
..
はchart:{...}
本質的に Windows 7 64 ビットと IE 9 64 ビットにアップグレードするまで、スムーズに動作していました。IE 32 ビット 7 - 8 9 および 9 互換モードでテストすると、同じコードが機能します。
画面はこちら
これはIE 64ビットからのものです