-
-
Notifications
You must be signed in to change notification settings - Fork 6k
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
XY Bubble Chart #990
Comments
of course you can. I already did that. But it depends on your demands, and it's kind of workaround rather than a solution. |
I have tried myself, I try to modified the bubble chart only but I failed. I found it need to write almost every thing if I want to remove the index based x-axis. I'm not familiar with swift, but now it can show a bubble at any point by x and y. XYBubbleChart code: I like this chart framework, it's awosome, Thank you! |
By the way, you said you already did that, do you mean floatXAxis? Or is there any other branch? |
@Eflet, I just took the horizontal y axis acts as the x axis :) It's kind of hacky, but it works. Looks like similar to your solutions. |
OK, Thanks. |
I know there already have a floatXAxis branch but it seems still use the index based x-axis.
Is it possible to change the x-axis to y-axis, I mean , use two y-axis on the graph, one on left and one on bottom? I fond there is a render called ChartYAxisRendererHorizontalBarChart, may be we can use this.
The text was updated successfully, but these errors were encountered: