Weird error showing the plot

Hi! Could you please help debugging this?

It worked fine a couple days ago. The data seems to be fine still.

The problem is the spurious declaration of the facet.x option. If you delete these three lines it will work again:

  facet: {
    x: "Ceph pools usage"
  },

Awesome, thanks!