Equipment Schedule Crash

I loaded an Equipment Schedule component to a page, then bound a query to the 'items" attribute. The query returns a dataset with a 6 items, P1...P6 (text values).
The component showed an error, and I cannot delete it from the page.
I tried again with JSON format, with same result
What did i do wrong?

I'm assuming you're talking about Perspective (since you didn't specify). A screenshot of the items dataset and your general setup would be helpful.

I don't know the exact nature of the problem you're seeing, I just wanted to butt in and mention that items corresponds to the Equipment Schedule component "rows", not the actual events that appear on the schedule. The actual events that appear on the schedule should be the scheduleEvents prop (or named something similar to that).

As long as you follow a similar format to the default Equipment Schedule properties, I didn't have issues with this before. Again, if you share screenshots, we may be able to help you!

Oops, this is with Perspective
The 'items' is a dataset with 2 columns, headers: 'ID' and 'Label', and 7 rows
Same resultt when returning Json, dataset etc
The component greys out with "Component Error" displayed.
The error on the console is:
"Graphics2D from BufferedImage lacks BUFFERED_IMAGE hint".
This error is thrown each time the data is polled
Thanks