bugfix json gui parsing

This commit is contained in:
David Brazda
2023-12-10 20:32:21 +01:00
parent 232f32467e
commit 5cc3a1c318
4 changed files with 14 additions and 6 deletions

View File

@ -63,6 +63,10 @@ function get_detail_and_chart(row) {
//console.log(JSON.stringify(data,null,2));
//if lower res is required call prepare_data otherwise call chart_archived_run()
//get other base resolutions
// console.log("received detail", data)
// data = JSON.parse(data)
// console.log("parsed detail", data)
prepare_data(row, 1, "Min", data)
},
error: function(xhr, status, error) {