-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lollipop chart #417
Comments
Working on it |
Hey @Ben757. Are you still planning to finish this? If not, I would greatly appreciate if you could link what you ended up with during the hackathon (e.g. a script or notebook you worked in) so others can use it as a foundation to tackle this chart. If also do not have anything to link, no worries, please just tell me that this issue is up-for-grabs again. Thanks ❤️ |
I hope it is okay to assume that i can move this into the v5 milestone and start working on it, if that is not the case, please leave a message |
Here, basically the same applies as in #418. The line should be implemented as a shape, as the points should be a single trace. This needs the shape.layer.between attribute, which needs plotly.js 2.31, which will not be supported in v5. |
Description
A Lollipop chart is a categorical chart that is basically a bar chart replaced by points being connected by a line to the zero-line of the reference axis representing the data. It can be helpful to reduce visual noise when all values have a similar height [1].
Example:
Pointers
#IConvertible
for data input, as this allows forstring
s, number types such asint
andfloat
, andDateTime
.References
Hints (click to expand if you need additional pointers)
Chart.Bar
The text was updated successfully, but these errors were encountered: