Tweak Canvas plot renderer (#126862)

This commit is contained in:
Joe Portner 2022-03-04 10:00:03 -05:00 committed by GitHub
parent e694507960
commit 9e14054a74
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -351,7 +351,7 @@ Licensed under the MIT license.
if (info == null) {
var element = $("<div></div>").html(text)
var element = $("<div></div>").text(text)
.css({
position: "absolute",
'max-width': width,