Skip to content
Open
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
4 changes: 4 additions & 0 deletions _posts/plotly_js/2015-07-21-plotlyjs-getting-started.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ <h2 >plotly.js CDN</h2>
&lt;script src="https://cdn.plot.ly/plotly-{{site.data.jsversion.version}}.min.js" charset="utf-8"&gt;&lt;/script&gt;
&lt;/head&gt;</code></pre>

<div style="background-color: #fff3cd; border: 1px solid #ffc107; border-radius: 4px; padding: 12px 16px; margin-top: 16px;">
<code>plotly-latest.js</code> and <code>plotly-latest.min.js</code> are no longer the latest releases of Plotly.js and shouldn't be used for new projects. They are legacy bundles frozen at v1.58.5 (July 2021) and will not be updated. Use an explicit version number as shown above to get the most recent release.
</div>

</div>
</section>

Expand Down