layout=layout).update_traces(marker_color = dict(color = 'rgb(0,155,0)'))
выдает:
ValueError:
Invalid value of type 'builtins.dict' received for the 'color' property of histogram.marker
Received value: {'color': 'rgb(0,155,0)'}
The 'color' property is a color and may be specified as:
- A hex string (e.g. '#ff0000')
- An rgb/rgba string (e.g. 'rgb(255,0,0)')
Но ведь ‘rgb(…)’ и задан, в чём может быть причина?
А с хексем работает?
А, все, вам в чатике с Плотли уже ответили.
Обсуждают сегодня