Skip to content

Commit

Permalink
fix trace names
Browse files Browse the repository at this point in the history
  • Loading branch information
archmoj committed Aug 13, 2024
1 parent 7013fbb commit 2b51c41
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/traces/choroplethmapbox/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

var deprecationWarning = [
'*choroplethmapbox* trace is deprecated!',
'Please consider switching to the *scattermap* trace type and `map` subplots.'
'Please consider switching to the *choroplethmap* trace type and `map` subplots.'
].join(' ');

module.exports = {
Expand Down
2 changes: 1 addition & 1 deletion src/traces/densitymapbox/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

var deprecationWarning = [
'*densitymapbox* trace is deprecated!',
'Please consider switching to the *scattermap* trace type and `map` subplots.'
'Please consider switching to the *densitymap* trace type and `map` subplots.'
].join(' ');

module.exports = {
Expand Down
4 changes: 2 additions & 2 deletions test/plot-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -29865,7 +29865,7 @@
"showLegend"
],
"meta": {
"description": "*choroplethmapbox* trace is deprecated! Please consider switching to the *scattermap* trace type and `map` subplots. GeoJSON features to be filled are set in `geojson` The data that describes the choropleth value-to-color mapping is set in `locations` and `z`.",
"description": "*choroplethmapbox* trace is deprecated! Please consider switching to the *choroplethmap* trace type and `map` subplots. GeoJSON features to be filled are set in `geojson` The data that describes the choropleth value-to-color mapping is set in `locations` and `z`.",
"hr_name": "choropleth_mapbox"
},
"type": "choroplethmapbox"
Expand Down Expand Up @@ -37282,7 +37282,7 @@
"showLegend"
],
"meta": {
"description": "*densitymapbox* trace is deprecated! Please consider switching to the *scattermap* trace type and `map` subplots. Draws a bivariate kernel density estimation with a Gaussian kernel from `lon` and `lat` coordinates and optional `z` values using a colorscale.",
"description": "*densitymapbox* trace is deprecated! Please consider switching to the *densitymap* trace type and `map` subplots. Draws a bivariate kernel density estimation with a Gaussian kernel from `lon` and `lat` coordinates and optional `z` values using a colorscale.",
"hr_name": "density_mapbox"
},
"type": "densitymapbox"
Expand Down

0 comments on commit 2b51c41

Please sign in to comment.