mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Tweak Canvas plot renderer (#126862)
This commit is contained in:
parent
e694507960
commit
9e14054a74
1 changed files with 1 additions and 1 deletions
2
packages/kbn-flot-charts/lib/jquery_flot.js
vendored
2
packages/kbn-flot-charts/lib/jquery_flot.js
vendored
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue