Hi Liliia_DevX ,
I am using the JTD BloX widget:
{
"style": ".blox-slides button:hover{background-color:grey!important}",
"script": "",
"title": "",
"titleStyle": [
{
"display": "none"
}
],
"showCarousel": true,
"carouselAnimation": {
"showButtons": false
},
"actions": [
{
"type": "JTD",
"style": {
"color": "#ffffff",
"fontWeight": "550",
"backgroundColor": "#01a793"
},
"title": "Audience Dash",
"data": {
"dashboardId": "1111111111111",
"args": {
"drilledDashboardDisplayType": 3,
"displayDashboardsPane": false,
"displayFilterPane": true
}
}
},
{
"type": "JTD",
"style": {
"color": "#ffffff",
"fontWeight": "550",
"backgroundColor": "#01a793"
},
"title": "Comp Dashboard",
"data": {
"dashboardId": "912111111111",
"args": {
"drilledDashboardDisplayType": 3,
"displayDashboardsPane": false,
"displayFilterPane": true
}
}
},
{
"type": "JTD",
"style": {
"color": "#ffffff",
"fontWeight": "550",
"backgroundColor": "#01a793"
},
"title": "Custom Profile",
"data": {
"dashboardId": "67565656565656655",
"args": {
"drilledDashboardDisplayType": 3,
"displayDashboardsPane": false,
"displayFilterPane": true
}
}
},
{
"type": "JTD",
"style": {
"color": "#ffffff",
"fontWeight": "550",
"backgroundColor": "#01a793"
},
"title": "Service",
"data": {
"dashboardId": "655555555555555",
"args": {
"drilledDashboardDisplayType": 3,
"displayDashboardsPane": false,
"displayFilterPane": true
}
}
}
]
}
Then I have a reset filter as:
{
"style": "",
"script": "",
"title": "",
"titleStyle": [
{
"display": "none"
}
],
"showCarousel": true,
"body": [],
"actions": [
{
"type": "Click",
"style": {
"color": "#ffffff",
"fontWeight": "550",
"backgroundColor": "#01a793"
},
"title": "Reset Filters"
}
]
}
But for some reason the reset button does not like my code I guess.