Weight Graph

Is there a way to move my weight loss graph up-I'm more interested in seeing that than the calories consumed chart.

"I've never considered excessive sanity a virtue" Mike Uris, San Antonio Express-News, 2002

Comments

  • Hi comanchesue,

    You can't move them around in the diary page - thanks for the suggestion!

    Cheers,

    Karen Stark
    cronometer.com
    As always, any and all postings here are covered by our T&Cs:
    https://forums.cronometer.com/discussion/27/governing-terms-and-disclaimer

  • If you're skilled with web development tools, you can write a user CSS stylesheet to move things around - but this approach can be very brittle - the Cronometer web app uses class names generated by automated tools that might change every time they compile a new version.

    This currently swaps position of the Calorie Chart and the Weight Chart on the Diary Page:

    .GHDCC5OBAWC {
    position:relative;
    top: 417px;
    }
    .GHDCC5OBOMB {
    position:relative;
    top: -417px;
    }

Sign In or Register to comment.