Skip to content

Plotly.js v3 docs #325

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 26 commits into from
Jan 28, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
4f9cd9e
remove point cloud pages
LiamConnors Oct 9, 2024
cad2cab
add draft of version 3 changes
LiamConnors Oct 9, 2024
bb95055
add annotation.ref removal
LiamConnors Oct 9, 2024
c4b4c2d
add opacity removal
LiamConnors Oct 9, 2024
80f30a6
add pointcloud and heatmapgl as removed
LiamConnors Oct 9, 2024
9cab06e
add removal of bardir on bar charts
LiamConnors Oct 9, 2024
b35c9ce
add title removals
LiamConnors Oct 10, 2024
04b2129
add cameraposition removal
LiamConnors Oct 10, 2024
00f0077
add note on setting title as a string
LiamConnors Oct 10, 2024
2e70e62
fix ordering on basic charts
LiamConnors Oct 10, 2024
2246a6f
remove example for converting title to title.text
LiamConnors Oct 10, 2024
096190c
fix text + add example
LiamConnors Oct 10, 2024
37b3633
add more removals
LiamConnors Oct 17, 2024
612ddd7
add surface trace removal
LiamConnors Oct 17, 2024
9ffcbd9
add autotick removal
LiamConnors Oct 21, 2024
b2b1de5
remove transforms
LiamConnors Oct 24, 2024
a16cfd1
fix typo
LiamConnors Oct 24, 2024
db639a4
remove transforms content
LiamConnors Oct 30, 2024
fe11446
add zauto example
LiamConnors Nov 5, 2024
6add0fd
fix paragraph
LiamConnors Nov 5, 2024
1babc45
small update
LiamConnors Nov 5, 2024
604f926
Update 2024-10-09-plotly-js-3-changes.md
LiamConnors Nov 5, 2024
fc8760c
fix typo
LiamConnors Nov 5, 2024
945f4da
add back title as string removed example
LiamConnors Nov 8, 2024
659714f
Merge branch 'master' into plotly-js-3-docs
LiamConnors Jan 28, 2025
26f9e47
Merge branch 'master' into plotly-js-3-docs
LiamConnors Jan 28, 2025
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
2 changes: 0 additions & 2 deletions _includes/layouts/side-bar.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@
{% assign advanced_charts = true %}
{% elsif page.display_as == "multiple_axes" %}
{% assign multiple_axes = true %}
{% elsif page.display_as == "transforms" %}
{% assign transforms = true %}
{% elsif page.display_as == "controls" %}
{% assign controls = true %}
{% elsif page.display_as == "animations" %}
Expand Down
22 changes: 0 additions & 22 deletions _includes/posts/documentation_eg.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@
{% assign 3d_charts = true %}
{% elsif page.display_as == "multiple_axes" %}
{% assign multiple_axes = true %}
{% elsif page.display_as == "transforms" %}
{% assign transforms = true %}
{% elsif page.display_as == "controls" %}
{% assign controls = true %}
{% elsif page.display_as == "animations" %}
Expand Down Expand Up @@ -382,26 +380,6 @@
</section>
{% endif %}

{% if transforms %}
<section class="--tutorial-section">
<header class="--section-header"><a href="#transforms" name="transforms" id="transforms">Transforms</a>
</header>
<section class="--grid">
<ul class="--grid-list">
{%- for page in languagelist -%}
{% if page.display_as == "transforms" %}


{% include layouts/grid-item.html %}


{% endif %}
{%- endfor -%}
</ul>
</section>
</section>
{% endif %}

{% if controls %}
<section class="--tutorial-section" id="controls">
<header class="--section-header"><a href="#controls">Add Custom Controls</a>
Expand Down
35 changes: 0 additions & 35 deletions _includes/posts/mainlang_documentation_eg.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@
{% assign 3d_charts = true %}
{% elsif page.display_as == "multiple_axes" %}
{% assign multiple_axes = true %}
{% elsif page.display_as == "transforms" %}
{% assign transforms = true %}
{% elsif page.display_as == "controls" %}
{% assign controls = true %}
{% elsif page.display_as == "animations" %}
Expand Down Expand Up @@ -485,39 +483,6 @@
</section>
{% endif %}

{% if transforms %}
<section class="--tutorial-section">
<header class="--section-header">
<a href="#transforms" name="transforms" id="transforms">Transforms</a>

{% assign forloop_idx = 0 %}
{%- for page in languagelist -%}
{% if page.display_as == "transforms" and page.layout != "langindex" %}
{% assign forloop_idx = forloop_idx | plus:1 %}
{% endif %}
{%- endfor -%}

{% if forloop_idx >= num_examples %}
<a href="/{{language}}/transforms/" class="langindexlink">More Transforms &raquo;</a>
{% endif %}
</header>
<section class="--grid">
<ul class="--grid-list">

{% assign forloop_idx = 0 %}

{%- for page in languagelist -%}
{% if page.display_as == "transforms" and page.layout != "langindex" and forloop_idx < num_examples %}
{% assign forloop_idx = forloop_idx | plus:1 %}
{% include layouts/grid-item.html %}
{% endif %}
{%- endfor -%}

</ul>
</section>
</section>
{% endif %}

{% if controls %}
<section class="--tutorial-section" id="controls">
<header class="--section-header">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
language: plotly_js
layout: base
name: WebGL vs SVG
order: 15
order: 14
permalink: javascript/webgl-vs-svg/
thumbnail: thumbnail/webgl.jpg
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
language: plotly_js
layout: base
name: Multiple Chart Types
order: 14
order: 13
permalink: javascript/graphing-multiple-chart-types/
redirect_from: javascript-graphing-library/graphing-multiple-chart-types/
thumbnail: thumbnail/mixed2.jpg
Expand Down
233 changes: 0 additions & 233 deletions _posts/plotly_js/basic/pointcloud/2017-06-15-advanced-pointcloud.html

This file was deleted.

16 changes: 0 additions & 16 deletions _posts/plotly_js/basic/pointcloud/2017-06-15-basic-pointcloud.html

This file was deleted.

This file was deleted.

Loading