Home > front end >  When used on jupter pyecharts problems
When used on jupter pyecharts problems

Time:10-09

TypeError Traceback (the most recent call last)

V1=4,20,30,40,50,60 [10]
5 v2=,23,36,62,48,64 [16]
----> 6 pie pie=(" pie chart instance, "width=500)
7 pie. The add (" A "goods, attr, v1, center=[25, 50], is_random=True, the radius=30,75 [], rosetype='radius')
8 pie. The add (" B "goods, attr, v2, center=75, 50], [is_random=True, the radius=30,75 [], rosetype='area', is_legend_show=False, is_label_show='True')

TypeError: __init__ () got an unexpected keyword argument 'width'

CodePudding user response:

Is really a bunch of bug pyecharts, copy of the official document, rerun the jump bug is different every time

CodePudding user response:

This code as if the old, have a new format
  • Related