anyway to get the graph to show bigger?


 

Tim Loftus

TVWBB Member
I have a 27" monitor with 256x1440 resolution and the graph is really small. any way to zoom in and or make it bigger?
here is a screen shot... 7.9 lb pork but btw.....
um can't aattach anything is my post count to low?
 
You can use the custom CSS function to adjust the graph.

See here for info and examples.

You should be able to post an image using the IMG tags.
 
oh man you mean I have to code???? um yeah ok. I guess. (I hate writing code, but modifying isn't to bad.)
Thanks for the link I think I figured out how to do it in there. Will try it out later, as I switched the probes from the pork but to the turkey
 
Oh just get a worse monitor!

You can just scale up the browser window with Ctrl-+ and Ctrl-- (ctrl-plus and ctrl-minus) and it scales everything up. If you just want the graph to be bigger you just add this to your user CSS (use whatever pixel widths you want, or even a percentage)
Code:
#graph {width: 1024px; height: 640px; }
 

 

Back
Top