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

Skip to content

Commit 916d8ef

Browse files
author
Joseph Damiba
committed
re-add chart events index markdown file
1 parent f968ed7 commit 916d8ef

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
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
11+
---
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 %}

0 commit comments

Comments
 (0)