We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb019df commit 9c84f22Copy full SHA for 9c84f22
src/visualizations/CustomVisualization.vue
@@ -22,6 +22,7 @@ export default {
22
hostname: options.host,
23
start,
24
end,
25
+ title: this.title,
26
});
27
let _origin = document.location.origin;
28
if(document.location.port == "27180") {
0 commit comments