Skip to content

Commit

Permalink
Update src/traces/densitymapbox/index.js
Browse files Browse the repository at this point in the history
Co-authored-by: Nathan Drezner <[email protected]>
  • Loading branch information
archmoj and ndrezn authored Aug 13, 2024
1 parent 7013fbb commit d5a7463
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit d5a7463

Please sign in to comment.