0
モーションを作成する必要があります。ハイチャート、私はまだ何をしたのかを説明するためにフィドルを作成しました。 しかし、動作していないモーション再生ボタンを動作させる必要があります。モーションはボタンをクリックすると動作し、ボックスの色はランダム値に応じて変化します。モーションバーは時間枠になります。HighChartsモーションヒートマップ
https://jsfiddle.net/4aqhB/981/
運動と直列コール:
motion: {
enabled: true,
axisLabel: 'year',
labels: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10],
series: [0],
// The series which holds points to update
updateInterval: 1,
magnet: {
type: 'both', // thumb/point/both
round: 'floor', // ceil/floor/round
smoothThumb: true, // defaults to true
step: 0.01
}
},
series: [{
name: 'Heat Map',
borderWidth: 1,
data: [[0,0,10],[1,0,5],[2,0,3]],
}]