Hello! We’re using shapediver api on our website, and we want to display text with explanation when user howers their mouse over parameter. Is there a way to do that?
Thank you in advance.
Hello! We’re using shapediver api on our website, and we want to display text with explanation when user howers their mouse over parameter. Is there a way to do that?
Thank you in advance.
Are you using direct embedding or iframe embedding?
Direct embedding
In that case the UI elements representing the parameters are implemented on your end. As part of your implementation you would need to implement the hovering functionality. Are you using a frontend framework for your project? If so, which one?
You might want to consider using React and starting from here. I can give better advice if you explain your goals.