Content
Step-by-Step Guide
Overview
We will demonstrate how to build a UI that allows end-users to filter individual dashboard widgets by year. The solution leverages SisenseJS, JavaScript, and HTML. See...
12-02-202515Views
0likes
0Comments
Step-by-Step Guide:
Step 1:
Understand the Difference Between React and Vanilla JS React doesn’t directly execute scripts inside JSX because it manages a virtual DOM. When you add a <script> ta...
11-28-20252Views
0likes
0Comments
Step-by-Step Guide:
About this project
This project is a hands-on playground for embedding Sisense analytics into modern web applications. By exploring the four embedding techniques inclu...
11-28-202521Views
0likes
0Comments
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-20253Views
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-202566Views
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-202528Views
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-2025193Views
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
697Views
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-2024945Views
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.3KViews
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-2023962Views
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