make chart adjustments more responsive
This commit is contained in:
parent
94e12a41f7
commit
9fa4942e9b
|
@ -170,6 +170,9 @@ function plot(data) {
|
|||
errorBarWhiskerSize: 5,
|
||||
},
|
||||
},
|
||||
animation: {
|
||||
duration: 0,
|
||||
},
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -293,8 +296,10 @@ function plot(data) {
|
|||
|
||||
const update = () => {
|
||||
updateYMax();
|
||||
setTimeout(() => {
|
||||
northChart.update();
|
||||
southChart.update();
|
||||
}, 10);
|
||||
|
||||
const params = new URLSearchParams();
|
||||
const start = startInput.value;
|
||||
|
|
Loading…
Reference in a new issue