cancel
Showing results for 
Search instead for 
Did you mean: 
intapiuser
Community Team Member
Community Team Member
Indicator styles are modified by an API and the reference for making such changes can be found here, within the Javascript API documentation on our developer site:
Below are examples of which aspects of the indicators can be manipulated by the API:
As you can see, each indicator has a variety of sizes that it will automatically switch to depending on the size of the widget boundaries in the dashboard, ranging from "big" to "small" (the main types) and "ticker".
Using JavaScript, an object of these configurations can be passed to the setOptions method on the indicatorInstance object within the widget "initialized" lifecycle hook:
widget.on('initialized', function(w) {
    var options = {};
    w.indicatorInstance.setOptions('numericBar', options);
});
Version history
Last update:
‎03-02-2023 09:17 AM
Updated by:
Contributors
Community Toolbox

Recommended quick links to assist you in optimizing your community experience:

Developers Group:

Product Feedback Forum:

Need additional support?:

Submit a Support Request

The Legal Stuff

Have a question about the Sisense Community?

Email [email protected]

Share this page: