geronimo-microprofile-reporter/src/main/resources/geronimo/microprofile/reporter/counter.html [26:58]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - type: 'line', data: { labels: [ @each($points,inline:new Date($$value.timestamp).toLocaleString()@if($hasNext,inline:,)) ], datasets: [{ label: '$name ($unit)', data: [ @each($points,inline:{t:$$value.timestamp,y:$$value.value}@if($hasNext,inline:,)) ], borderWidth: 1, options: { fill: false, responsive: true, maintainAspectRatio: true, scales: { xAxes: [{ type: 'time', distribution : 'series', display: true, scaleLabel: { display: true, labelString: 'Date', } }], yAxes: [{ display: true, scaleLabel: { display: true, labelString: '$name', } }] } } }] } }); - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - geronimo-microprofile-reporter/src/main/resources/geronimo/microprofile/reporter/gauge.html [26:58]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - type: 'line', data: { labels: [ @each($points,inline:new Date($$value.timestamp).toLocaleString()@if($hasNext,inline:,)) ], datasets: [{ label: '$name ($unit)', data: [ @each($points,inline:{t:$$value.timestamp,y:$$value.value}@if($hasNext,inline:,)) ], borderWidth: 1, options: { fill: false, responsive: true, maintainAspectRatio: true, scales: { xAxes: [{ type: 'time', distribution : 'series', display: true, scaleLabel: { display: true, labelString: 'Date', } }], yAxes: [{ display: true, scaleLabel: { display: true, labelString: '$name', } }] } } }] } }); - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -