Interaction manager trash icon


#1

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


#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;"
    }
})

#3

Thanks, it works very good, it seems like i can customize the hole Interaction manager


#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


#5

Ok, thanks, I’ll keep it in mind