Mojtaba Samimi

Results 242 comments of Mojtaba Samimi
trafficstars

Alternatively you may try adding `rotate` CSS transform similar to this [codepen](https://codepen.io/MojtabaSamimi/pen/yLjEMNW?editors=0100).

> Super exciting! > > With this PR, can we have e.g. variable-sized circular markers with arrowheads pointing to them without overlapping them? I could introduce that functionality via `marker.offset`...

> Super exciting! > > With this PR, can we have e.g. variable-sized circular markers with arrowheads pointing to them without overlapping them? This is pretty common in maps with...

> Looks like `gl2d` has a problem with the original arrow symbols... clipping them but also not drawing the bars when requested. From the test images (open variant as it's...

> We'll need to back off the end of the line, when using `angleref='previous'` and `angle=0` so it's hidden under the marker to the extent possible - obviously a wide...

> Looks like `gl2d` has a problem with the original arrow symbols... clipping them but also not drawing the bars when requested. From the test images (open variant as it's...

> Looks like we're adding backoffs and prohibiting `spline` in some cases we shouldn't. For example: > > ```js > Plotly.newPlot(gd,[{ > x:[0,1,1], y:[0,1,0], > marker:{size:50, symbol:'arrow'}, > line:{width:20, shape:'spline'}...

Wondering if should add points to the `bar` traces instead? Something similar to what we have for `box` plots...

> Looks like pattern `.` needs the same applied to `fill` (ie create `fill-opacity`) instead of `stroke` > > https://github.com/plotly/plotly.js/blob/adcb081a09fec15e7af2d70210e01a525b83cacd/src/components/drawing/index.js#L530 > > But I wonder: is there any difference in...