Hi all,
How can I edit customvisualization properties/ add class for treemap, what are the classes needed to be included.
Thanks in advance.
require([
'u...
...eneric data to the rows.
This is my JS :
require([
'splunkjs/mvc/tableview',
'splunkjs/mvc/chartview',
'splunkjs/mvc/searchmanager',
'splunkjs/mvc',
'underscore',
'splunkjs...
Trying to use sample code from http://dev.splunk.com/view/webframework-developapps/SP-CAAAESD to set these properties in a customvisualization:
<viz type="leaflet_maps_app.leaflet_maps...
...nes (when I change the search).
Here is my (lengthy) code:
var search = splunkjs.mvc.Components.getInstance("search1"); // get the search manager
var myResults = search.data("results"); // g...
I am creating a customvisualization as given in this link
Visualization is working fine.
Only problem I am facing is the the animation I gave as getting triggered more than once. The reason i...
Hi i'm trying to get two customvisualizationsin one single dashboard, but there seems to be a problem to load the two html elements using the same splunk_view class.
<form script="custom...
As a followup to "Water Gauge visualization Drilldown??"
Why would this code not apply the click event to my dashboard when it loads? If I run the JavaScript directly in the browser console, the c...
Hey! I want to set token value from my customvisualisation. How can i do it? When i trying to use splunkjs/mvc i catch Cannot resolve module 'splunkjs/mvc'