From d5a74630e226076caffa1079456cf42942c036c3 Mon Sep 17 00:00:00 2001 From: Mojtaba Samimi <33888540+archmoj@users.noreply.github.com> Date: Tue, 13 Aug 2024 11:26:38 -0400 Subject: [PATCH] Update src/traces/densitymapbox/index.js Co-authored-by: Nathan Drezner <38958867+ndrezn@users.noreply.github.com> --- src/traces/densitymapbox/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/traces/densitymapbox/index.js b/src/traces/densitymapbox/index.js index 80fc5539084..f82c5726400 100644 --- a/src/traces/densitymapbox/index.js +++ b/src/traces/densitymapbox/index.js @@ -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 = {