<?php

$conf['margin'] = 70;
$conf['txtsize'] = 15;
$conf['titlesize'] = 20;
$conf['linespacing'] = 30;  //note:  MUST be bigger than txtsize
$conf['colspacing'] = 120;
$conf['strokewidth'] = 1.5; //for arrows and breaks
$conf['strokecolor'] = "#000";
$conf['txtcolor'] = "#000";
$conf['bgr'] = "#FFF";

$conf['cols_minlen'] = 80;
$conf['cols_height'] = 30;
$conf['cols_rectradius'] = 0;
$conf['cols_fill'] = "#FFF";
$conf['cols_txtcolor'] = "#000";

$conf['note_margin'] = 8;
$conf['note_rectradius'] = 5;
$conf['note_fill'] = "180-#FFFFCC-#FFFFFF";
$conf['note_align'] = "center";

$conf['tooltip_txtcolor'] = '#000';
$conf['tooltip_txtsize'] = 12;
$conf['tooltip_border'] = '#FFFF99';
$conf['tooltip_background'] = '#FFFF99';



/*
note:
	{
		margin:8,
		rectradius:5,
		fill:"180-#FFFFCC-#FFFFFF",
		align:"center"

*/



