I'm currently working on setting up a lucky draw spinning wheel for a page using the lottery-wheel
package. Everything is functioning properly, but I've encountered an issue when adding more prizes to the wheel. The text of the prizes in each section starts to overlap and can get hidden, especially if the prize names are long. Is there a way to rotate the script by 90 degrees so that the first character of each prize text points towards the center?
I attempted to reach out to the developer for assistance, but was unsuccessful. I'm hoping that someone from the community can guide me on which part of the JavaScript file I need to modify in order to resolve this issue.
For reference, here is the link to the GitHub repository: https://github.com/fralonra/lottery-wheel