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

create an "open highcharter" for Shiny #9

Closed
pachadotdev opened this issue Oct 2, 2019 · 0 comments
Closed

create an "open highcharter" for Shiny #9

pachadotdev opened this issue Oct 2, 2019 · 0 comments

Comments

@pachadotdev
Copy link
Owner

I'm thinking about building an "open highcharter", something that allows interactive D3 visualization from Shiny in a very easy way. Think of this as Ikea furniture, something that is accesible and fits almost anywhere.

R already features excellent visualization libraries such as D3 (via the r2d3 package) or plotly, however though those enable the creation of great looking visualisations they have very steep learning curves and even sometimes require some understanding of JavaScript.

After LatinR I realised that, for this to be complete, it has to include internationalization (i.e. show 1.000 instead of 1,000 in spanish) and provide easy i18n activation for example with functions like the_chart(..., lang = "es").

The idea is to take the good ideas from highcharts, but also other good ideas from echarts, vegaLite and D3plus to create an R package that is easy to use and provides a set of well polished D3 templates for interactive visualization.

As an R user, I'm thinking about something designed for the %>% operator and the ultimate aim of the project is to produce a package that:

  • Offers perfect integration with Shiny
  • Enables downloading the charts in different image formats (png, jpeg, svg)
  • Enables downloading the data in different formats (json, csv, xlsx)
  • Can produce high quality results with a minimal number of lines of code
  • Has internalization with options to render visualizations in english, spanish and french
@curran curran added this to Backlog in Kanban Jan 1, 2020
Kanban automation moved this from Backlog to Done Mar 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Kanban
  
Done
Development

No branches or pull requests

1 participant