Quantcast
Channel: Dolibarr ERP & CRM - OpenSource software - Forum
Viewing all articles
Browse latest Browse all 1543

Subject: Graphics library inside dolibarr - by: alejandror

$
0
0
Hi: I'm trying to understand a graphic is not working as I need... I discovered that Dolibarr is using two graphic libraries: Artichow and jflot, but I dont know how this is configured, how it switches to use one or another, I need jflot functions to use in my graphics (cashflow forecast) and dont know how to define this. I was looking inside dolgraph.class.php:, line 48 [code] private $_library='jflot'; // Graphic library to use (jflot, artichow)[/code] line 91 [code] if ($conf->global->MAIN_GRAPH_LIBRARY == 'artichow') { $this->_library='artichow'; [/code] I think my dolibar is using old features because I'm trying to change to another type of graph but it remains in "lines" type Any idea how to tell dolibarr to use just jflot library? I need to use more than two series of data also. besides this I cant find artichow web site any more, maybe this is the reason of switching to jflot... Any help whould be very nice... I'm working on the last steps of my "add on graphic" for dolibarr that will show cashflow forecast and projection of next nn days with incoming and out going future transactions for each account. this could help to manage and decide when is ok to issue a.. "defferred check" for example Regards Ale

Viewing all articles
Browse latest Browse all 1543

Trending Articles