Thanks to visit codestin.com
Credit goes to github.com

Skip to content

redirect r pages to dashr #1661

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

Merged
merged 1 commit into from
Jan 15, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 1 addition & 25 deletions _posts/r/chart-events/2019-09-12-r-chart-events-index.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,4 @@
---
permalink: r/chart-events/
description: All Plotly charts have click, hover and zoom events exposed to add custom controls with Plotly's JavaScript
name: More Chart Events
layout: langindex
language: r
display_as: chart_events
thumbnail: thumbnail/mixed.jpg
page_type: example_index
order: 20
redirect_to: https://dashr.plot.ly
---


<header class="--welcome">
<div class="--welcome-body">
<!--div.--wrap-inner-->
<div class="--title">
<div class="--category-img"><img src="https://plot.ly/gh-pages/documentation/static/images/r-small.png" alt=""></div>
<div class="--body">
<h1>Plotly R Library Chart Events</h1>
<p>{{page.description}}<a href="https://github.com/plotly/postMessage-API">postMessageAPI</a>.</p>
</div>
</div>
</div>
</header>

{% assign languagelist = site.posts | where:"language","r" | where:"display_as","chart_events" | where: "layout","base" | sort: "order" %}
{% include posts/documentation_eg.html %}
12 changes: 0 additions & 12 deletions _posts/r/chart-events/callbacks-click/2015-04-09-click.html

This file was deleted.

12 changes: 2 additions & 10 deletions _posts/r/chart-events/callbacks-click/2015-04-09-click_index.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
---
name: Click Events with JavaScript
permalink: r/click-events/
description: How to bind callback functions to click events in R charts with JavaScript.
layout: base
thumbnail: thumbnail/click.jpg
language: r
page_type: example_index
display_as: chart_events
order: 4
redirect_to: https://dashr.plot.ly
---
{% assign examples = site.posts | where:"language","r" | where:"suite","click-events" | sort: "order" %}
{% include posts/auto_examples.html examples=examples %}

28 changes: 0 additions & 28 deletions _posts/r/chart-events/callbacks-dropdowns/2015-04-09-dropdown.html

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,13 +1,4 @@
---
name: Hover Events with JavaScript
permalink: r/hover-events/
description: How to add custom hover effects to Python charts with JavaScript.
layout: base
thumbnail: thumbnail/hover.jpg
language: r
page_type: example_index
display_as: chart_events
order: 5
redirect_to: https://dashr.plot.ly
---
{% assign examples = site.posts | where:"language","r" | where:"suite","hover-events" | sort: "order" %}
{% include posts/auto_examples.html examples=examples %}
12 changes: 0 additions & 12 deletions _posts/r/chart-events/callbacks-zoom/2015-04-09-zoom-bind.html

This file was deleted.

11 changes: 1 addition & 10 deletions _posts/r/chart-events/callbacks-zoom/2015-04-09-zoom_index.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,4 @@
---
name: Adding Zoom Effects with JavaScript
permalink: r/zoom-events/
description: How to bind callback functions to zoom events in JavaScript charts.
layout: base
thumbnail: thumbnail/zoom.jpg
language: r
page_type: example_index
display_as: chart_events
order: 4
redirect_to: https://dashr.plot.ly
---
{% assign examples = site.posts | where:"language","r" | where:"suite","zoom-events" | sort: "order" %}
{% include posts/auto_examples.html examples=examples %}
Loading