I am using google Column chart and displaying a Pie chart in the tooltips.
The charts are displaying fine when I use- legend: { alignment: 'center' }
But when I try to use- legend: { position: 'labeled' } in the tooltip chart options, the Column chart bars are not displaying at all. It is only showing the gridlines.
Is there anything I am missing?