Turn off income v expense

General discussion on all other topics under the sun.

Moderator: Renato

Post Reply
71MGB
New MMEX User
Posts: 13
Joined: Fri Feb 01, 2013 10:30 am
Are you a spam bot?: No

Turn off income v expense

Post by 71MGB »

Hi, Is there any way to turn off the income v expense graph on the home page of MMEX 1.2.3, or at least stop the irritating animation thing it keeps doing every few seconds?
Nikolay
MMEX Developer
Posts: 1535
Joined: Sat Dec 06, 2008 2:27 pm
Are you a spam bot?: No
Location: Sankt-Petersburg, Russia

Re: Turn off income v expense

Post by Nikolay »

you can change res\home_page.htt file

Change

Code: Select all

<canvas id="reportChart" width="312" height="256"></canvas>
to

Code: Select all

               <!--canvas id="reportChart" width="312" height="256"></canvas-->
for example
71MGB
New MMEX User
Posts: 13
Joined: Fri Feb 01, 2013 10:30 am
Are you a spam bot?: No

Re: Turn off income v expense

Post by 71MGB »

Thanks! that fixed it.
Post Reply