Skip to content
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

More manipulations #3

Open
ChiragJhawar opened this issue Oct 11, 2020 · 11 comments
Open

More manipulations #3

ChiragJhawar opened this issue Oct 11, 2020 · 11 comments

Comments

@ChiragJhawar
Copy link

Hello Stéphane, I would like to thank you for this amazing repo. I am trying to use the draggable bar chart on a website that I am developing for education in bayesian interfaces. I was wondering if there are more manipulations possible, for eg: having the user input a value in a table to change the the chart.

@stla
Copy link
Owner

stla commented Oct 17, 2020

Hello @ChiragJhawar . Currently this is not possible. I will try to implement this feature today. But this will be possible only with Shiny. Can you use a Shiny app on your website?

@ChiragJhawar
Copy link
Author

Hello, thank you for responding. Yes, I can use a shiny app on my website. In fact, that is what the goal is.

@stla
Copy link
Owner

stla commented Oct 17, 2020

Perfect. Wait a minute, this is done and this works :)

@stla
Copy link
Owner

stla commented Oct 17, 2020

You can install the latest version. The example below is taken from ?updateAmBarChart.

rAmCharts4_updateAmBarChart

@ChiragJhawar
Copy link
Author

Hello, thank you for the prompt response. I am sorry for the delayed one. I'd like to understand more about the function and the package, is there anyway we could connect? Thank You

@stla
Copy link
Owner

stla commented Oct 29, 2020

Hi. We can discuss here if you want, so that the folks can read the discussion. For a question about coding, please use StackOverflow, I will reply.

@ChiragJhawar
Copy link
Author

Sure, I am trying to nest the bar graphs instead of grouping them. In the Javascript version of AC4, It meant rendering one plot over another, is it the same case in this package?

@stla
Copy link
Owner

stla commented Oct 30, 2020

You mean you want a stacked bar chart? This is not implemented yet.

@ChiragJhawar
Copy link
Author

Hello, that is exactly what I mean. I am wondering if I could just render two plots on each other or maybe put negative distance between 2 grouped charts?
Again, sorry if these seem dumb, I am new to R.

@stla
Copy link
Owner

stla commented Oct 30, 2020

No, you can't do that. I have to implement it. Perhaps I will do it soon. Cheers.

@stla
Copy link
Owner

stla commented Oct 30, 2020

@ChiragJhawar Some progress (not everything finished yet). Please use this other issue to discuss about the stacked bar chart.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants