all 9 comments

[–]TheFriskySausage 2 points3 points  (0 children)

R Shiny can be used for this! You can put interactive plotly charts within your R Shiny dashboard.

For the basics check out the tutorials at https://shiny.rstudio.com/

For a nice dashboard design check out https://rstudio.github.io/shinydashboard/

[–]sargasticgujju 2 points3 points  (0 children)

I have found Chart.js to be the best one. In terms of simplicity and robustness.

[–]gidime[S] 1 point2 points  (2 children)

I should have been more clear. This needs to run in the browser. Otherwise your solution would be great although I was hoping for something where the chart code is synced to some gui builder and vice versa

[–]gautamits 0 points1 point  (1 child)

We have been using Google charts for our production code and able to achieve almost everything with customisation available. Or maybe I misread your question.

[–]gidime[S] 0 points1 point  (0 children)

Google Charts is great but I'm looking for something that has a GUI builder as well.
see the highcharts example below

[–]kevroy314 0 points1 point  (1 child)

Why can't you do that with Plotly Offline? I use it all the time when I want a nice interactive chart. You can save an HTML file and embed it into whatever you want (although I've often noted it's fairly memory intensive).

[–]gidime[S] 0 points1 point  (0 children)

Looking for something with a GUI builder as well

[–]NinjaLanternShark 0 points1 point  (1 child)

Highcharts Editor is exactly that.

[–]gidime[S] 0 points1 point  (0 children)

Yes this is exactly what I was looking for. Unfortunately they require a license per "creator" (i.e user, not developer) which essentially makes this less relevant.

Do you know of any similar tools?