We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad2c291 commit 555c9f4Copy full SHA for 555c9f4
packages/python/plotly/templategen/definitions.py
@@ -139,7 +139,7 @@ def simple_white():
139
template.layout.yaxis.update(zeroline=False)
140
141
# Separate histogram bins wit ha white line
142
- opts = {"marker": {"line": {"width": 1, "color": "white"}}}
+ opts = {"marker": {"line": {"width": 0.6, "color": "white"}}}
143
template.data.histogram = [opts]
144
145
# Mapbox light style
0 commit comments