if don' t use the chart on this page, you can do this:
- Go to the line where the exception is throwed in morris.js
change it like this:
before:
if (this.el === null || this.el.length === 0) {
return;
// throw new Error("Graph placeholder not found.");
}