Widget & Dashboard Scripts
cancel
Showing results for 
Search instead for 
Did you mean: 

Knowledge Base Articles

Card View Customization

Before:After:Dashboard script for creating card view:dashboard.on('widgetready',function(d) { $('.dashboard-layout-column').css('background-color', '#f0f0f0'); $('.dashboard-layout').css('background-color', '#f0f0f0'); $('.dashboard-layout-c...

intapiuser by Community Team Member
  • 1324 Views
  • 4 comments
  • 0 kudos

Pivot 2.0 - Manipulating a Pivot Chart

Pivot 2.0 - Manipulating a Pivot Chart Introduction The following article discusses how to manipulate the data and styling of your Pivot 2.0 widget.Please refer to the following article first:  https://sisense.dev/guides/customJs/jsApiRef/widgetClas...

Ophir_Buchman_0-1723130787714.png Ophir_Buchman_1-1723130787740.png Ophir_Buchman_2-1723130869915.png Ophir_Buchman_3-1723130869965.png

Center / Zoom Scatter Map

Introduction The following article will explain how to center and zoom scatter map.Purpose/Benefits This script allows you to center and zoom a map according to a given latitude and longitude.Example In the Example below we want to center the map to ...

intapiuser by Community Team Member
  • 853 Views
  • 1 comments
  • 0 kudos

Gradient Conditional Formatting In Pivot Tables

Conditional formatting of background colors in pivot tables is one of the best ways to draw attention to numbers, but still provide a clean visual.  The use of data bars creates a lot of visual noise, whereas background colors are subtle and act more...

intapiuser by Community Team Member
  • 2215 Views
  • 5 comments
  • 0 kudos

Custom sort for Bar and Column Chart

Custom sort for Bar and Column Chart Question: I have seen several posts of people asking if there is a simple way to apply custom sorts for car and column charts, and until recently, I have been using the community customBarColumnChart ...

rapidbisupport_0-1723129641624.png rapidbisupport_1-1723129724930.png