Page 1 of 1

Turn off income v expense

Posted: Mon Dec 21, 2015 9:20 am
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?

Re: Turn off income v expense

Posted: Thu Dec 24, 2015 6:16 pm
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

Re: Turn off income v expense

Posted: Thu Dec 24, 2015 6:26 pm
by 71MGB
Thanks! that fixed it.