-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Custom shapes for points #1071
Comments
I would really appreciate this feature. |
+1 |
major +1 |
+1 |
+1 |
I worked on implementing custom shapes for plot points. I have implemented square and rectangle shapes. Hope this may help folks who need custom shape feature 👍 |
Thanks @prakulgupta ! |
+1 would love to see this integrated as well. |
+1 badly needed |
+1 would be awesome! |
@prakulgupta That looks like a really good candidate for a pull request! Would you maybe consider doing so? Thanks! |
i want a triangle shape :( , or an arrow mark. To show the point in bar chart. |
+1 |
2 similar comments
+1 |
👍 |
I found the solution for this. Use d3. It's way easier than you might imagine. Ex: http://bl.ocks.org/bunkat/2595950 |
I would say that this is not really a solution. |
+1, it would also be great to have point types for legend |
+1 ! |
+1 |
2 similar comments
👍 |
+1 |
Everyone who wants this feature, please either subscribe yourself or use an emoji response instead of replying +1. Thanks. |
Something like a switch mode between these two types of displaying the graphs would be neat. |
Could you use something like https://github.com/d3/d3-shape#symbols to accomplish this? |
For another solution with scatter chart, see here: http://stackoverflow.com/a/41848255/1178015 |
+1 |
👍 |
3 similar comments
👍 |
+1 |
+1 |
What's the status on this issue/request? This is really the only thing that is preventing me from using C3js and I'd love to. A11y is huge concern and the points about printing and color blindness is valid. I added a thumbs up last year but the thread has become silent in terms of a solution. Is this something that might be in current development or is this request being denied? Thanks for all the amazing work and hope that a resolution is possible. |
It would also be useful if it allowed more than symbols, e.g. images or svg. |
It would be even more awesome if it could allow to set a specific shape to a specific point of a dataset. |
+1 |
2 similar comments
👍 |
👍 |
Please upvote the comment that you like, instead of commenting +1 or thumbs up, it makes it easier to follow the issue by not spamming anyone's inbox and only sending messages about relevant input |
👍 |
3 similar comments
👍 |
👍 |
👍 |
Can someone with deeper knowledge of the c3 codebase comment on how one could implement this change? Given such guidance, perhaps someone from the community would volunteer to take on this task. |
Use highcharts... Way better: https://www.highcharts.com/blog/products/highcharts/ |
Any progress expected on this? This is nearly a 4 year old issue as of this writing. |
@BrandKNY This project is not maintened anymore. billboard.js is the new active branch, but this feature is not ready in billboard.js neither |
(this issue is old/2015! but no point style exists at https://c3js.org/reference.html ) Perhaps the first step is to include a little enhance instead a big jump to "any shape"... Suggestion: as in data.colors, definition per dataset, offer option to define circle radius as object, point: {
r: { data1: 5, data2: 2.5 }
} |
It would be great to be able to define different shapes (circle, square, triangle, star, ...) for the graph points.
They are 2 main reason for that:
Some topic were create on google group without response:
https://groups.google.com/d/topic/c3js/I2UhY4U6zI0/discussion
https://groups.google.com/d/topic/c3js/gZrpl0QpKYw/discussion
https://groups.google.com/d/topic/c3js/6QRQ1VWx3vw/discussion
Legend should use the same shape as the one define for the points.
Here is how I imagine the configuration:
or, in order to define some other custom attributes:
The text was updated successfully, but these errors were encountered: