Skip to content

Fix links #299

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 4 commits into from
May 28, 2024
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
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
sitemap: false
arrangement: horizontal
markdown_content: |
Display and customize contour data for each axis using the `contours` attribute ([reference](plot.ly/javascript/reference/surface/#surface-contours)).
Display and customize contour data for each axis using the `contours` attribute ([reference](/javascript/reference/surface/#surface-contours)).

---

Expand Down
28 changes: 28 additions & 0 deletions _posts/plotly_js/controls/2024-05-27-plotly_js-controls-index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
permalink: javascript/controls/
description: Plotly.js makes interactive, publication-quality graphs online. Examples of how to make controls in charts.
name: Add Custom Controls
layout: langindex
language: plotly_js
display_as: controls
thumbnail: thumbnail/mixed.jpg
page_type: example_index
---


<header class="--welcome">
<div class="--welcome-body">
<!--div.--wrap-inner-->
<div class="--title">

<div class="--body">
<h1>Add Custom Controls</h1>
<p>{{page.description}}</p>
{% include layouts/dashplug.html %}
</div>
</div>
</div>
</header>

{% assign languagelist = site.posts | where:"language","plotly_js" | where:"display_as","controls" | where: "layout","base" | sort: "order" %}
{% include posts/documentation_eg.html %}
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
arrangement: horizontal
markdown_content: |

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.
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.
---
var data = [
{
Expand Down