I use a line chart configured as below.
But since version 25.11 I get “TypeError: function missing required argument ‘bubble_sizes’ (pos 4)”
I asked Google AI and it says the data type must be float for the Y-axis.
I …... Here is what I have: shape = builder.insert_chart(aw.drawing...ChartType.LINE,180,142) chart = shape.chart chart.series.add("Label"...