Re: [GNC] piecharts/linecharts turned blank in reports after upgrade

2021-07-24 Thread Christopher Lam
Try exporting the report to HTML and view source to determine where it's trying to find chartjs sources. On Sun, 25 Jul 2021, 9:06 am Dong Lin via gnucash-user, < gnucash-user@gnucash.org> wrote: > > I created a fresh VM using ubuntu 21.04, minimal install with no gnucash > installed. > > $ sudo

Re: [GNC] piecharts/linecharts turned blank in reports after upgrade

2021-07-24 Thread Dong Lin via gnucash-user
I created a fresh VM using ubuntu 21.04, minimal install with no gnucash installed. $ sudo apt-get build-dep gnucash $ git clone https://github.com/Gnucash/gnucash.git $ cd gnucash $ git reset --hard 4.6 $ mkdir ../build && cd ../build $ cmake ../gnucash $ make -j8 $ ./bin/gnucash the resulting