a little bit late to the party, but maybe this helps others facing similar issues!
I solved it by creating a custom component that combines both Line and Bubble charts. Essentially, I copied the implementations of both charts and adapted them to work together seamlessly.
You can check out my solution in this GitHub repo, which also includes a live Stackblitz example:
GitHub: https://github.com/maxiking445/ngxBubbleLineComboCharts
Stackblitz: https://stackblitz.com/\~/github.com/maxiking445/ngxBubbleLineComboCharts
Hope this helps!