We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01c8df2 commit a91a325Copy full SHA for a91a325
public/js/module.js
@@ -228,10 +228,6 @@
228
for (let elem of lineCharts) {
229
const dataset = JSON.parse(elem.getAttribute('data-perfdata'));
230
231
- if (elem === null) {
232
- return;
233
- }
234
-
235
// The size can vary from chart to chart for example when
236
// there are two contains on the page.
237
let opts = {...baseOpts, ...this.getChartSize(elem.offsetWidth)};
0 commit comments