Try to fix false positive with dolgraph

This commit is contained in:
Laurent Destailleur 2013-09-10 15:50:05 +02:00
parent e467d63a94
commit 7d2109f8e8

View File

@ -42,7 +42,6 @@
*/
class DolGraph
{
//! Type of graph
var $type=array(); // Array with type of each series. Example: array('bars', 'lines', ...)
var $mode='side'; // Mode bars graph: side, depth
private $_library='jflot'; // Graphic library to use (jflot, artichow)