-
Notifications
You must be signed in to change notification settings - Fork 40
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
How to use composite bar in markdown? #13
Comments
Can you point me to the equivalent javascript code? |
I do not know Java. Is there possibility to create composite bar in R ? |
@ramnathv with that kind of code: but I do not understand syntax. Can you help me? |
I get it now. This package does not support composite plots currently, but I have a pending PR that will make that possible. I don't have an ETA on when those changes would get merged in, but when I do merge them in, I will leave a note for you here. |
Thanks for response. I can't wait you drop this feature. It'll be very useful for me! |
Did this get merged? |
Hm... isn't there any possibility to do in the meantime? |
@ramnathv, I would love to see this. Will push forward with this unless you tell me no :) I know yours will be way more elegant though. |
@tazik, I'll make this much better. With existing
|
cc @diegocgaona, if interested in potential new sparkline functionality. |
As I work through this, I think a composite function
|
Hi @timelyportfolio , sorry for this dumb question, but how can I install your dev version to test? EDIT: Sorry for may lack of attention, I was in my work and didn't read the code, now I see the fork to install Now I tested it, and I loved it! When you finish the update I will modify my project to use it in several graphs. One doubt, how I set the size of the spark? I tried some like this (as I did in the without composite) but the size don't change
Thanks!! |
I will close this for now. Please reopen if not addressed. I will open a separate issue for composites of different types no longer lining up. |
How can I use composite bar?
When I run this in Rstudio:
sparkline(as.vector(unlist(table_to_chart$procent_to_call[1] )), type="bar")
sparkline(as.vector(unlist(table_to_chart$procent_to_call[1] )), type="line", composite = T)
I get error:
Attempted to attach a composite sparkline to an element with no existing sparkline
The text was updated successfully, but these errors were encountered: