Skip to content

Commit c2339e9

Browse files
authored
Merge pull request #299 from plotly/fix-links
Fix links
2 parents 090b851 + 2db54a0 commit c2339e9

File tree

3 files changed

+30
-2
lines changed

3 files changed

+30
-2
lines changed

_posts/plotly_js/3d/3d-surface/2018-10-09-surface-contours.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
sitemap: false
77
arrangement: horizontal
88
markdown_content: |
9-
Display and customize contour data for each axis using the `contours` attribute ([reference](plot.ly/javascript/reference/surface/#surface-contours)).
9+
Display and customize contour data for each axis using the `contours` attribute ([reference](/javascript/reference/surface/#surface-contours)).
1010

1111
---
1212

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
permalink: javascript/controls/
3+
description: Plotly.js makes interactive, publication-quality graphs online. Examples of how to make controls in charts.
4+
name: Add Custom Controls
5+
layout: langindex
6+
language: plotly_js
7+
display_as: controls
8+
thumbnail: thumbnail/mixed.jpg
9+
page_type: example_index
10+
---
11+
12+
13+
<header class="--welcome">
14+
<div class="--welcome-body">
15+
<!--div.--wrap-inner-->
16+
<div class="--title">
17+
18+
<div class="--body">
19+
<h1>Add Custom Controls</h1>
20+
<p>{{page.description}}</p>
21+
{% include layouts/dashplug.html %}
22+
</div>
23+
</div>
24+
</div>
25+
</header>
26+
27+
{% assign languagelist = site.posts | where:"language","plotly_js" | where:"display_as","controls" | where: "layout","base" | sort: "order" %}
28+
{% include posts/documentation_eg.html %}

_posts/plotly_js/scientific/heatmap/2015-04-09-labelled-heatmap.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
arrangement: horizontal
88
markdown_content: |
99

10-
In this example we also show how to ignore [hovertext](https://plotly.com/javascript/hover-text-and-formatting/) when we have [missing values](https://plotly.com/javascript/missing_values) in the data by setting the [hoverongaps](https://plotly.com/javascript/reference/heatmap/#heatmap-hoverongaps) to False.
10+
In this example we also show how to ignore [hovertext](https://plotly.com/javascript/hover-text-and-formatting/) when we have missing values in the data by setting the [hoverongaps](https://plotly.com/javascript/reference/heatmap/#heatmap-hoverongaps) to False.
1111
---
1212
var data = [
1313
{

0 commit comments

Comments
 (0)