Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Dashboard Order Total Graph


Gadget

Recommended Posts

In Administration Dashboard - Orders (Graph) When you hover over the data points, an info display appears(hovers) which is great- however some of the text gets covered up by the cursor. Is there any way to shift the appearance/location of the 'hover info display'?

 

Capture.PNG

Link to comment
Share on other sites

@Gadget

A quick Google search came up with a number of links explaining how to set a tooltip location. The four choices are top, left, bottom, and right. For example:

https://www.w3schools.com/css/css_tooltip.asp

https://docs.microsoft.com/en-us/dotnet/framework/wpf/controls/how-to-position-a-tooltip

And, even though the Admin area is not currently Bootstraped, there's this too:

https://www.w3schools.com/bootstrap/bootstrap_tooltip.asp

Now, I am trying to understand your question. Is the cursor covering your tooltip, or is the tooltip covering something on your graph that you want to see?

M

Link to comment
Share on other sites

Great thanks..   I'll give it a shot.  I couldn't think of the terminology and sound educated at the same time...

So to clarify, the cursor covers up the left portion of the tool-tip.  If I move the location of the tool-tip up it should eliminate the problem.

Now- to find the tool-tip code in that module.

Thanks!!!

 

Link to comment
Share on other sites

@Gadget

Be aware that to change this, you're going to have to use CSS. These are defined in /admin/includes/stylesheet.css. You can add your definitions at the end of this file, but run the risk of this file being overwritten if you ever upgrade your version of osC. The other option is to create your own user.css file, and call it in /admin/includes/template_top.php, AFTER you call stylesheet.css, but template_top.php could also be overwritten if you upgrade your version of osC. Just make sure you keep good notes of what you change, and why.

M

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...