I want to make the animation bigger when I click the pie in ApexCharts.
I looked it up on the Internet, but I couldn't find a solution.
enter image description here It gets bigger when I click it, is there any way to get bigger?
CodePudding user response:
you can use transform: scale(x, y);
to make your div bigger and you can add a transition if you want to add duration in this transformation. in order to make it big you need to add your transform as a class to your element.