Hi everyone.
What I want to achieve is to preview a visualization dynamically with some predefined data.
I'm using the url to pass the values as follows:
http://localhost:5601/gin/app/kibana#/visualize/create?type=gauge&indexPattern=somedata...,title:'Test%20Visualization',type:gauge))
The visualization is loaded with the defined parameters, with the exception of the title, which is always by default 'New visualization'.
So, is there a way of changing the default name of this visualization dynamically ?
I know that to change the default name, you should change this file:
kibana-repo/src/legacy/core_plugins/kibana/public/visualize/saved_visualizations/_saved_vis.js
but like this, all the default names of a visualisation will be changed.
Thanks in advance!