Knowledge Base
cancel
Showing results for 
Search instead for 
Did you mean: 

Knowledge Base Articles

Change Color Of Data Bars In Pivot

IntroductionIn this post we will explain how to change the color of the data bars in a widgetPurpose/BenefitsAdjust bar colors according to your needExampleStepsStep 1:Create Pivot table and enable data bars on the measure field.Step 2:Open the widge...

intapiuser by Community Team Member
  • 758 Views
  • 0 comments
  • 0 kudos

Simple Radar Chart Design

  SIMPLE AND CLEAN DESIGN FOR A RADAR CHART RadarChart-V1.zip Install: Download the attachment.Extract the .zip folder into the plugins folder. If the folder does not exist, create it prior to extracting the .zip file.For V7.1 and earlier: C:\Progr...

intapiuser by Community Team Member
  • 343 Views
  • 0 comments
  • 0 kudos

Show More / Less Filters

Download: Show More/Less  Introduction This post will present how to divide your dashboard filters to more and less important filter groups   Steps STEP 1 - DOWNLOAD AND EXTRACT THE ENCLOSED FOLDER IN THE PLUGINS FOLDER: C:\Program Files\Sisense\Pri...

intapiuser by Community Team Member
  • 295 Views
  • 0 comments
  • 0 kudos

Reverse X-Axis Order In A Line Chart

Introduction By default, Sisense sorts a line chart in ascending order. The only other way to order the line chart is by the values in the series being plotted. The code in this article will enable you to reverse the chart order.   Implementation Th...

intapiuser by Community Team Member
  • 364 Views
  • 0 comments
  • 0 kudos

Dynamic today filter

Based on a filter date, the dashboard script looks up the max date in the filter that is not greater than today and defaults to that date. The only addition, would be to create a date range instead of defaulting to a single value. The script also pri...

intapiuser by Community Team Member
  • 515 Views
  • 0 comments
  • 0 kudos

Align A Single Column In Pivot

If the value you want to center is the first column (shown below as Total Cost) - Give the following script a try:/*Center aligns first Value column */ widget.on('ready', function(sender, ev){ $('td.p-grand-total-head.p-first-data-col',element).css('...

intapiuser by Community Team Member
  • 669 Views
  • 0 comments
  • 0 kudos

Remove Expand Button

Download: Remove Expand Button Purpose In some organizations, the Administrator might like to hide the internal structure (measures, field names, filters) of widgets from Viewer users, while designers will still be able to edit  the widgets as they ...

intapiuser by Community Team Member
  • 478 Views
  • 0 comments
  • 0 kudos

Snake Chart - Scatter Plot With Linked Points.

Download Introduction A snake chart (if you find a better name let me know) is a scatter plot with all the points linked. Its most relevant when the points represent dates, in order to represent a time series of a date distributed across 2 measures....

intapiuser by Community Team Member
  • 409 Views
  • 0 comments
  • 0 kudos

Customize Onclick Of Column Chart

In this post, we will show how to override the default click behavior of the column chart widget.  This same widget script should work for bar, line, and area charts as well. Create a Sisense widget that contains the data points you want to pass on....

intapiuser by Community Team Member
  • 1537 Views
  • 0 comments
  • 0 kudos

Removing 0 And N/A Value Lables From Column Or Bar Chart

Introduction In some cases 0 values are unnecessary and may interrupt Bar or Column Chart widgets display.ExplanationWhen choosing to display 'Value Labels' some measures that contain 0's and N/A's can interrupt the display  for example:SolutionIn or...

intapiuser by Community Team Member
  • 585 Views
  • 0 comments
  • 0 kudos

Statistical Probability Density Function

DownloadIn probability theory, a probability density function (PDF), or density of a continuous random variable, is a function, whose value at any given sample (or point) in the sample space (the set of possible values taken by the random variable) c...

intapiuser by Community Team Member
  • 285 Views
  • 0 comments
  • 0 kudos

D3 Tree Ring Chart

Download: Tree Ring Introduction This article explains how to import a Tree Ring Chart from D3 as a plugin in Sisense. Purpose/Benefits Tree charts show the relationship between different levels of data.  It can be used visualizes how certain metric...

intapiuser by Community Team Member
  • 627 Views
  • 0 comments
  • 0 kudos

The Chart Label Order Changer

Download: Change Labels Introduction The Label Changer is efficient when wanting to order text values in a specific order which is not alphabetical order. For example: Ordering Week days names as  : Sunday, Monday… or Month names as: January, Februa...

intapiuser by Community Team Member
  • 589 Views
  • 0 comments
  • 0 kudos

Change The Color Of Values On Pie Chart Slices

In order to change the color of the values on the pie chart slices one can use the following widget code :widget.on('ready', function(se,ev){ var color = 'red'; $('.pie-percent-label tspan').css('fill',color) })Example:

intapiuser by Community Team Member
  • 507 Views
  • 0 comments
  • 0 kudos

Pivot2: "Add Financial Formatting To Pivots" Re-Implemented

IntroductionThis article explains how to adjust Pivot tables to use standard financial formatting of numbers.  This means showing negative numbers as always RED with parentheses instead of a minus sign, as well as populating empty (null) cells with ...

intapiuser by Community Team Member
  • 387 Views
  • 0 comments
  • 0 kudos

Area Chart With Line Chart Overlay And Change Color Opacity

BackgroundFor better visualization, sometimes you want to overlay your area chart with a line chart, so that you can change the outline color of each area. You can also change the opacity of the areas. See below screenshots as examples. Before: The c...

intapiuser by Community Team Member
  • 1099 Views
  • 0 comments
  • 0 kudos

Streamgraph Plugin

DOWNLOAD LINKPLUGIN OVERVIEWThe purpose of the plugin is to provide a colorful visualization to represent data sets that have several points and can be grouped into categories. I have created this simple streamgraph, which is based on Highcharts - S...

intapiuser by Community Team Member
  • 306 Views
  • 0 comments
  • 0 kudos
Labels