Skip to content

Commit

Permalink
remove logs
Browse files Browse the repository at this point in the history
Signed-off-by: ianmuchyri <[email protected]>
  • Loading branch information
ianmuchyri committed Mar 17, 2024
1 parent 83e5c65 commit 748fc80
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ui/web/static/js/charts.js
Original file line number Diff line number Diff line change
Expand Up @@ -819,7 +819,6 @@ class TimeSeriesLineChart extends Echart {
},
legend: {
show: true,
left: 'right',
},
series: [
{
Expand Down Expand Up @@ -937,7 +936,6 @@ class TimeSeriesLineChart extends Echart {
xAxisData.push(date);
})
const seriesData = []
console.log(yAxisArray);
for (i=0; i<yAxisArray.length; i++) {
const data = {
data: yAxisArray[i],
Expand All @@ -948,7 +946,6 @@ class TimeSeriesLineChart extends Echart {
name: chartData.names[i],
};
seriesData.push(data);
console.log(seriesData);
}
linechart.setOption({
xAxis: {
Expand Down

0 comments on commit 748fc80

Please sign in to comment.