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

Add support to insert d3 chunks #2629

Merged
merged 3 commits into from
Apr 12, 2018
Merged

Conversation

javierluraschi
Copy link
Contributor

Adds support to insert d3 chunks, see also rstudio/r2d3#6

@Handler
void onInsertChunkD3()
{
onInsertChunk("```{d3}\n\n```\n", 1, 0);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we want to include data= (since it's required) similar to how we include connection= for SQL? It would also be nice if the cursor was placed at the end of data= (as we do for connection=)

@javierluraschi javierluraschi merged commit 30e605b into master Apr 12, 2018
@valerie-rstudio valerie-rstudio deleted the bugfix/d3-insert-chunk branch January 21, 2022 17:26
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

Successfully merging this pull request may close these issues.

2 participants