Hi at all,
I'd like to use Heatmap Visualization but I'm not able to change blocks colors.
I'm able to change min and max color and the intermediate values but I don't know how to change blocks color...
....addCellRenderer(new CustomRangeRenderer());
tableView.on('rendered', function() {
// Apply class of the cells to the parent row in order to color the whole row
t...
Hello,
Need to colorcells in a dashboard table based on duplicate cell values (2 or more) within the same row.
Here is the formatting code for the attached example.
&n...
...ew CustomRangeRenderer());
// tableView.on('rendered', function() {
// Apply class of the cells to the parent row in order to color the whole row
// tableView.$el.find...
I'm using Splunk version 7.0.1 and I'm trying to highlight my table cellcolors based off of two other fields. I have the script working, by modifying the one included in the dashboards app, but it r...
Using Splunk Enterprise v7.2.1
I'm creating a dashboard and want to change the colors of some of my cells based on the field value. I'm having a very hard time getting this to work as expected. W...
...o be color coded.) I want to color code the cell values in all the dynamic field, based on the below condition if the cell value is less than 2 - the cell should be coded in green if the cell v...
I know I can add javascript to a dashboard to color table cells based on each cell's value. When I download the PDF, however, the cell's color is obviously removed. I was wondering if there is a w...
Hi
I am producing a table with time as the column header. However i can only use hour not the full date as i have to hard code it for the color to take effect.
How can i make this dynamic so i c...