Content
Learn how to properly integrate Sisense.js, originally designed for vanilla JavaScript, into React’s virtual DOM environment. Because React controls the DOM and may not execute <script> tags directly...
11-20-20251View
0likes
0Comments
When embedding Sisense dashboards using the Embed SDK, the left panel will automatically hide when switching to widget edit mode if the showLeftPane is set to true for the dashboard. This article exp...
10-16-202563Views
0likes
0Comments
Next.js is one of the most common frameworks in the React community for developers who need features like SSR and SEO, helping to avoid some of React's limitations. But if you've already tried to imp...
10-06-202522Views
0likes
0Comments
Unit testing is a software development practice where individual components or functions of a library or application are tested independently in isolation. This article outlines how to configure Jest...
05-09-2025187Views
2likes
2Comments
Supercharging Your Tabular Views: AG Grid Powered by Sisense Compose SDK
How to Build a Tabular View with Sisense Compose SDK and AG Grid This guide walks through how to use Sisense Co...
Anonymous
1.1KViews
0likes
0Comments
Learn how to create a dynamic packed bubble chart by integrating D3.js with the Sisense Compose SDK. D3.js is a versatile JavaScript library for data-driven visualizations, offering high customizabil...
Anonymous
684Views
0likes
0Comments
There are cases when you need to modify the existing date filter level but as Sisense considers it as a new filter that should be added as a separate one - some issues could be faced. Currently, the ...
04-02-2024939Views
3likes
0Comments
Demonstrating ComposeSDK Styling Of Existing Sisense Dashboard Widgets
When developing ComposeSDK embedded applications, there are three principal techniques for embedding or converting an exis...
03-14-20241.3KViews
1like
1Comment
Loading Widget Metadata with the useGetWidgetModel function
Leveraging the useGetWidgetModel ComposeSDK function provides a middle ground way of embedding existing Sisense widgets. It allows automa...
01-31-20241.2KViews
2likes
0Comments
Sisense Compose SDK The Future is Composable In the fast-paced world of data-driven applications, developers are constantly seeking innovative ways to create customized data products that seamless...
Anonymous
2KViews
3likes
1Comment
Exporting a Dashboard Into PDF with SisenseJS This article explains how to develop the functionality of generating PDF with the shown widgets when Sisense dashboard is embedded with SisenseJS. Wh...
05-25-20231.7KViews
1like
1Comment
If you are looking to use Sisense for embedding dashboards into a React application, you should find this React Component useful!
04-27-20233.4KViews
0likes
5Comments
Gitlab Link: https://gitlab.com/SisenseJS/react-sample
This project was generated with create-react-app version 1.5.2. The goal is to show a basic integration of Sisense.js using ReactJS. Wh...
03-02-20232KViews
0likes
0Comments
Embedding Sisense content into the applications where end users spend most of their time is one of the best ways to leverage your analytics investment. In this post, we'll go over embedding a Sisen...
03-02-20232.8KViews
1like
5Comments
Gitlab Link: https://gitlab.com/SisenseJS/filter-samples
This project was created to show several ways to integrate 3rd party components with Sisense.js. Many web apps that leverage Sisense.js f...
03-02-20232.1KViews
1like
0Comments
Here's an example script for how to embed dashboards in a Salesforce page - in this case, we're embedding in the Accounts page. Be sure to replace your dashboard id, API key, and include the appropr...
03-02-2023957Views
1like
0Comments
Introduction Sisense allows importing widgets and filters as components to be presented in different websites. This is done by SisenseJS. Sometimes, it is required to modify the widgets filters base...
03-02-20232KViews
0likes
0Comments
Question: how to invoke functions from within sisenseJS? I would like to understand this invocation process for a function that lives within a dashboard script AND a plugin.
Answer:
Functions i...
03-02-2023653Views
0likes
0Comments
Introduction:
This post describes how live interactive dashboards can be embedded into Microsoft PowerPoint presentations.
A common use for this ability is to leverage the Sisense dashboards ...
03-02-20231.8KViews
0likes
0Comments
If you've ever attempted to dynamically resize your embedded iFrames in your parent application, you may have experienced a CORS conflict. Basically, since your parent application and sisense appli...
03-02-20232.4KViews
2likes
1Comment