Vaadin Charts with DataProvider and DrillDown

Is there a way to use charts with a DataProviderSeries and make the columns drilldown?

I have my data coming from the backend and like the simplicity of using the DataProviderSeries, but the
drilldown examples
only show manually adding each DataSeriesItem to the DataSeries.