Skip to content

Commit c41458a

Browse files
committed
add deprecation notice
1 parent 6477f36 commit c41458a

File tree

2 files changed

+2
-25
lines changed

2 files changed

+2
-25
lines changed

_posts/plotly_js/maps/density-mapbox/2019-08-16-basic_density_mapbox_example.html

Lines changed: 0 additions & 22 deletions
This file was deleted.

_posts/plotly_js/maps/density-mapbox/2019-08-16-light-tile-mapbox.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,15 @@
33
language: plotly_js
44
layout: base
55
suite: tile-density-heatmaps
6-
order: 5
6+
order: 7
77
sitemap: false
88
arrangement: horizontal
99
markdown_content: |
10-
<strong>> Mapbox traces are deprecated and may be removed in a future version of Plotly.js.</strong>
10+
**Mapbox traces are deprecated and may be removed in a future version of Plotly.js.**
1111

1212
Earlier examples use traces that render with [Maplibre GL JS](https://maplibre.org/maplibre-gl-js/docs/).
1313
These traces were introduced in Plotly.js 2.35.0 and replace Mapbox-based tile maps,
1414
which are now deprecated. Here's one of the earlier examples written using the Mapbox-based `densitymapbox` trace.
15-
1615
---
1716
var data = [
1817
{type: "densitymapbox", lon: [10, 20, 30], lat: [15, 25, 35], z: [1, 3, 2],

0 commit comments

Comments
 (0)