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

Skip to content

Commit dfb710b

Browse files
author
Joseph Damiba
authored
Merge pull request #1661 from plotly/r-file-reorg
redirect r pages to dashr
2 parents 622798d + c8dcadf commit dfb710b

9 files changed

+6
-656
lines changed
Lines changed: 1 addition & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,4 @@
11
---
22
permalink: r/chart-events/
3-
description: All Plotly charts have click, hover and zoom events exposed to add custom controls with Plotly's JavaScript
4-
name: More Chart Events
5-
layout: langindex
6-
language: r
7-
display_as: chart_events
8-
thumbnail: thumbnail/mixed.jpg
9-
page_type: example_index
10-
order: 20
3+
redirect_to: https://dashr.plot.ly
114
---
12-
13-
14-
<header class="--welcome">
15-
<div class="--welcome-body">
16-
<!--div.--wrap-inner-->
17-
<div class="--title">
18-
<div class="--category-img"><img src="https://plot.ly/gh-pages/documentation/static/images/r-small.png" alt=""></div>
19-
<div class="--body">
20-
<h1>Plotly R Library Chart Events</h1>
21-
<p>{{page.description}}<a href="https://github.com/plotly/postMessage-API">postMessageAPI</a>.</p>
22-
</div>
23-
</div>
24-
</div>
25-
</header>
26-
27-
{% assign languagelist = site.posts | where:"language","r" | where:"display_as","chart_events" | where: "layout","base" | sort: "order" %}
28-
{% include posts/documentation_eg.html %}

_posts/r/chart-events/callbacks-click/2015-04-09-click.html

Lines changed: 0 additions & 12 deletions
This file was deleted.
Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
11
---
2-
name: Click Events with JavaScript
32
permalink: r/click-events/
4-
description: How to bind callback functions to click events in R charts with JavaScript.
5-
layout: base
6-
thumbnail: thumbnail/click.jpg
7-
language: r
8-
page_type: example_index
9-
display_as: chart_events
10-
order: 4
3+
redirect_to: https://dashr.plot.ly
114
---
12-
{% assign examples = site.posts | where:"language","r" | where:"suite","click-events" | sort: "order" %}
13-
{% include posts/auto_examples.html examples=examples %}
5+

_posts/r/chart-events/callbacks-dropdowns/2015-04-09-dropdown.html

Lines changed: 0 additions & 28 deletions
This file was deleted.
Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,4 @@
11
---
2-
name: Hover Events with JavaScript
32
permalink: r/hover-events/
4-
description: How to add custom hover effects to Python charts with JavaScript.
5-
layout: base
6-
thumbnail: thumbnail/hover.jpg
7-
language: r
8-
page_type: example_index
9-
display_as: chart_events
10-
order: 5
3+
redirect_to: https://dashr.plot.ly
114
---
12-
{% assign examples = site.posts | where:"language","r" | where:"suite","hover-events" | sort: "order" %}
13-
{% include posts/auto_examples.html examples=examples %}

_posts/r/chart-events/callbacks-zoom/2015-04-09-zoom-bind.html

Lines changed: 0 additions & 12 deletions
This file was deleted.
Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,4 @@
11
---
2-
name: Adding Zoom Effects with JavaScript
32
permalink: r/zoom-events/
4-
description: How to bind callback functions to zoom events in JavaScript charts.
5-
layout: base
6-
thumbnail: thumbnail/zoom.jpg
7-
language: r
8-
page_type: example_index
9-
display_as: chart_events
10-
order: 4
3+
redirect_to: https://dashr.plot.ly
114
---
12-
{% assign examples = site.posts | where:"language","r" | where:"suite","zoom-events" | sort: "order" %}
13-
{% include posts/auto_examples.html examples=examples %}

0 commit comments

Comments
 (0)