king satti
Members-
Content count
5 -
Joined
-
Last visited
Everything posted by king satti
-
Show Yaxis Value Against Vertical Div Line Values Using Line Chart
king satti posted a topic in General usage
I want to show the values according to the vertical div line valuse and the values come on the xaxis are dynamic . i am using the php classes for all this. Is it possible? the code i m using is # Include FusionCharts PHP Class include('fusion/FusionCharts_Gen.php'); // height chart $FC = new FusionCharts("Line","612","792"); $charts_path = $this->webroot."charts/"; $FC->setSWFPath($charts_path); $FC->addColors("FF3300"); if($getdate < 20 && $patdata[0]['Patient']['sex'] == 'M'){ $bgimg = $this->webroot."chartimg/growth-2-20-boys.jpg"; $strParam=" shownames=0;showLimits=0;showDivLineValue=0;showvalues=1;showLegend=1;xAxisMaxValue = 20;xAxisMinValue =2;numVDivLines=17;vDivLineColor=ff3300;yAxisMaxvalue=200; yAxisMinvalue=75; adjustDiv = 1; numDivLines=24;formatNumberScale=0;showConvasBorder=0 ;bgSWF=$bgimg; canvasBgAlpha=1 ;bgSWFAlpha=40; AlternateHGridColor=ff5904; divLineColor=FF3300; divLineAlpha=20; chartLeftMargin=113; chartTopMargin=119;chartBottomMargin=98;chartRightMargin=81; alternateHGridAlpha=5;canvasBorderThickness=0;divLineThickness=3;vdivLineThickness=3"; $FC->setChartParams($strParam); foreach($data as $key=>$val){ $datediff = date("Y-m-d",strtotime($val['PatientExamine']['dos'])) - date("Y-m-d",strtotime($patdata[0]['Patient']['DOB'])); $height=$val['PatientExamine']['height']; $date = date("Y-m-d",strtotime($val['PatientExamine']['dos'])); $FC->addChartData($height); } $FC->renderChart(); } thanx. -
Hi, can we show the verticle div line values between the x axis minimum values and x axis maximum value. thanx.
-
Show Yaxis Value Against Vertical Div Line Values Using Line Chart
king satti replied to king satti's topic in General usage
yes i want to show the div line values according to the data provided by the chart . thanx -
Show Yaxis Value Against Vertical Div Line Values Using Line Chart
king satti replied to king satti's topic in General usage
Hi, i have numVDivLines=17 and i have a value on y axis (i.e 23) and x axis value(i.e 4). now i want to show these value within these numdivline. now how this will be managed. -
Hi, i want to show the the vertical div line using the line charts . It means i want to restrict the line according to the values in the rows and columns see this attachment
