|
|
|
@ -97,6 +97,8 @@ function moreInfo() {
@@ -97,6 +97,8 @@ function moreInfo() {
|
|
|
|
|
}).render(grid); |
|
|
|
|
}, |
|
|
|
|
drawDataChart() { |
|
|
|
|
if (this.entityGroup !== 'POSEIDON') |
|
|
|
|
return; |
|
|
|
|
Alpine.store('entity').params.split(' ').forEach((param, idx) => { |
|
|
|
|
this.addCheckbox(param, idx); |
|
|
|
|
}); |
|
|
|
@ -104,8 +106,6 @@ function moreInfo() {
@@ -104,8 +106,6 @@ function moreInfo() {
|
|
|
|
|
this.lineChart = {}; |
|
|
|
|
var ctx = document.getElementById('data-chart').getContext('2d'); |
|
|
|
|
// Alpine.store('loading', true);
|
|
|
|
|
// if (this.entityGroup != 'POSEIDON')
|
|
|
|
|
// return;
|
|
|
|
|
console.debug('fetching...'); |
|
|
|
|
console.debug(Alpine.store('entity').params); |
|
|
|
|
const url = `/data/external/POSEIDON/${Alpine.store('entity').tspr}_${Alpine.store('entity').type}_${Alpine.store('entity').pid}`; |
|
|
|
|