Skip to content

Commit f8a8f61

Browse files
committed
[SER-1086] Chart tooltip injection
1 parent 2b2826c commit f8a8f61

File tree

1 file changed

+1
-0
lines changed
  • frontend/express/public/javascripts/countly/vue/components

1 file changed

+1
-0
lines changed

frontend/express/public/javascripts/countly/vue/components/vis.js

+1
Original file line numberDiff line numberDiff line change
@@ -1145,6 +1145,7 @@
11451145
<span class="text-small color-cool-gray-50 bu-is-capitalized note-type">' + countlyCommon.encodeHtml(params.data.note.noteType) + '</span>\
11461146
</div>\
11471147
</div>\
1148+
<div class="graph-notes-tooltip__body"><span class="text-medium input-notes">' + countlyCommon.encodeHtml(params.data.note.note) + '</span></div>\
11481149
</div>';
11491150
}
11501151
return template;

0 commit comments

Comments
 (0)