top of page

Change background and font color of widgets in Sisense

Supported widget types : Line chart, Bar chart, Column chart, Pie chart, Scatter chart, Area chart


widget.on('processresult',function(se,args){
	args.result.chart.backgroundColor = '#656769' //background color
	args.result.xAxis.labels.style.color = '#ffffff' //x-axis font color
	args.result.yAxis[0].labels.style.color = '#ffffff' //y-axis font color
})

Comments

Rated 0 out of 5 stars.
No ratings yet

Add a rating
BI Next Level white logo

BI Next Level is your trusted resource for BI customization, data solutions, and expert insights. Explore practical tips, scripts, and tutorials for tools like Sisense, Python, and SQL. Let’s transform your data into impactful insights together.

Quick Links
Connect with us
Copyright © 2024. All Rights Reserved. Designed, Developed & Maintained  by Intertoons
bottom of page