Skip to content

Commit

Permalink
add js chart-events index page
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbabyn committed Sep 12, 2019
1 parent 7facaa1 commit cdb1df7
Show file tree
Hide file tree
Showing 9 changed files with 35 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
permalink: javascript/chart-events/
title: Plotly.js Chart Events
description: Plotly.js makes interactive, publication-quality graphs online. Examples of binding callbacks to Plotly chart interactions.
name: More Chart Events
layout: langindex
language: plotly_js
display_as: chart_events
has_thumbnail: true
thumbnail: thumbnail/mixed.jpg
page_type: example_index
order: 25
---


<header class="--welcome">
<div class="--welcome-body">
<!--div.--wrap-inner-->
<div class="--title">
<div class="--category-img"><img src="https://images.plot.ly/language-icons/api-home/js-logo.png" alt=""></div>
<div class="--body">
<h1>Plotly.js Subplots</h1>
<p>{{page.description}}</consectetur>
</p>
</div>
</div>
</div>
</header>

{% assign languagelistimg = site.posts | where:"language","plotly_js" | where:"display_as","chart_events" | where:"has_thumbnail",true | where: "layout","user-guide" | sort: "order" %}
{% include documentation_eg.html %}
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
name: Click Events
permalink: javascript/click-events/
description: How to bind callback functions to click events in D3.js-based JavaScript charts.
layout: base
layout: user-guide
thumbnail: thumbnail/click.jpg
language: plotly_js
page_type: example_index
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
name: Hover Events
permalink: javascript/hover-events/
description: How to bind callback functions to hover events in D3.js-based JavaScript charts.
layout: base
layout: user-guide
thumbnail: thumbnail/hover.jpg
language: plotly_js
page_type: example_index
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
name: Zoom Events
permalink: javascript/zoom-events/
description: How to bind callback functions to zoom events in D3.js-based JavaScript charts.
layout: base
layout: user-guide
thumbnail: thumbnail/zoom.jpg
language: plotly_js
page_type: example_index
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
name: Disable Zoom Events
permalink: javascript/disable-zoom/
description: How to disable zoom events in JavaScript charts.
layout: base
layout: user-guide
thumbnail: thumbnail/zoom.jpg
language: plotly_js
page_type: example_index
Expand Down

0 comments on commit cdb1df7

Please sign in to comment.