Adam Kulidjian

Results 70 comments of Adam Kulidjian

> Is this a preferred way how examples in different programming languages could be added or do you want to apply a bit different approach which would avoid repeating of...

> I'm working on a solution to this issue, but it is involving a complete rewriting of the way you handle the canvas. Instead of using individual divs, I'm using...

@gillo04 Any insights on your end? Juggling a few other projects atm so don't have the bandwidth to be on this 🙂

One workaround is to programmatically insert a half circle on the top of your bar charts. While we are in the `plotly.js` repo, this is a demo with Python. This...

> * The height of the bar becomes ambiguous: is it the top of the rounded bit? The part where the rounding starts? (As in @Kully's solution... possibly misleading!) The...

> One challenge with visualization is that we have little control over how people actually perceive what we produce This is very true. And it tessellates so neatly with questions...

> Side note: these issues also pertain in a long-dormant problem with dash-daq thermometers [plotly/dash-daq#68](https://github.com/plotly/dash-daq/pull/68) Ahh I didn't know that, thank you for the heads up.

@Not-A-Normal-Robot Thanks for prompting this to be reopened. Is it possible for us to contribute to this PR, as a regular dev?

> Looks like the formula is not right, the following did work for me That is not the correct formula. You should be squaring `largestSize` and multiplying `Math.max(...size)` by 2....

@bcdunbar Besides making it more consistent with the other sections, I think there are too many Style and Layout options to give each one a thumbnail. How can we easily...