I write this { "id": 1, "resource": "R1", "start": "2018-09-04T00:00:00", "end": "2018-09-16T00:00:00", "text": "event1", "bubbleHtml": "Event bubble HTML" }
But bubble not showing when mouse hover over in event.
Please make sure that eventHoverHandling property is set to "Bubble":
config: any = { eventHoverHandling: "Bubble" };
This is the default value but the current version of the UI Builder (https://builder.daypilot.org) generates eventHoverHandling: "Disabled" unless you change this option.
Please let me know if it didn't help.
It works, thanks.