MultiLineGraph2.php 192 Bytes
Newer Older
Hamza Arfaoui's avatar
Hamza Arfaoui committed
1 2 3 4 5 6 7 8 9 10 11 12
<?php

require_once 'SVGGraph/SVGGraphMultiLineGraph.php';

class MultiLineGraph2 extends MultiLineGraph {
  protected function CheckValues()
  {
          PointGraph::CheckValues();
  }
}

?>