TypeError: function missing required argument ‘bubble_sizes’ (pos 4)

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 have verified data types and simplified the config but still get the same error in both 25.11 and 25.12.

Is this a known issue or do I have to change the line chart configuration?
I also tried to add values for bubble_sizes but that didn’t work either.

Here is what I have:

shape = builder.insert_chart(aw.drawing.charts.ChartType.LINE,180,142)
chart = shape.chart

chart.series.add("Label", ["data1", "data2"], [10.0, 13.5])

@SuneVav
We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.

Issue ID(s): WORDSPYTHON-120

You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.

Thank you Alexey!

Seems paid support is not included in our license so we’ll have to wait then for the fix.
I understand though that you consider it to be an issue?
In that case we will use 25.10 until it is solved. Thanks!

1 Like