Try to fix false positive with dolgraph
This commit is contained in:
parent
e467d63a94
commit
7d2109f8e8
@ -42,7 +42,6 @@
|
|||||||
*/
|
*/
|
||||||
class DolGraph
|
class DolGraph
|
||||||
{
|
{
|
||||||
//! Type of graph
|
|
||||||
var $type=array(); // Array with type of each series. Example: array('bars', 'lines', ...)
|
var $type=array(); // Array with type of each series. Example: array('bars', 'lines', ...)
|
||||||
var $mode='side'; // Mode bars graph: side, depth
|
var $mode='side'; // Mode bars graph: side, depth
|
||||||
private $_library='jflot'; // Graphic library to use (jflot, artichow)
|
private $_library='jflot'; // Graphic library to use (jflot, artichow)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user