Hello, I’m using the interaction manager modern skin and i need to set some custom styles for the trash icon, I was wondering if there was a way to do this using the interaction manager API
Interaction manager trash icon
emoya
#2
Yes, actually there are some configuration you can use in the Modern skin configuration docs:
For example:
.set("skin", {
type:"modern",
trash: {
show: true,
style: "color: red;font-size: 30px;"
}
})
emoya
#4
Your’re welcome, just do not delete or change the ids or classes of the elements, remember that chartfactor uses them to interact and apply filters