/adei/trunk

To get this branch, use:
bzr branch http://darksoft.org/webbzr/adei/trunk

« back to all changes in this revision

Viewing changes to classes/jpgraph.php

  • Committer: Suren A. Chilingaryan
  • Date: 2012-10-31 20:11:03 UTC
  • Revision ID: csa@dside.dyndns.org-20121031201103-gwzrqhwta2i3i6tz
Histogram view (based on the code by Hovhannes)

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
include($JPGRAPH_PATH . "/jpgraph_date.php");
6
6
include($JPGRAPH_PATH . "/jpgraph_canvas.php");
7
7
include($JPGRAPH_PATH . "/jpgraph_canvtools.php");
 
8
include($JPGRAPH_PATH . "/jpgraph_bar.php");
 
9
#include($JPGRAPH_PATH . "/jpgraph_regstat.php");
 
10
 
8
11
 
9
12
if (method_exists(JpGraphError, "Install")) {
10
13
    $GLOBALS['JPGRAPH_VERSION'] = 2;