You must be logged in to post your query.
Home › Forums › Chart Support › Stripline value from database
hi sir, how to get the stripline value from database?
Thank you.
@Stella,
Please take a look at this gallery example on rendering chart by populating data from database using PHP. If this doesn’t solve your requirement, please brief us further about it. Also kindly share a sample project over google-drive or one-drive reproducing the issue(if any) you are facing, so that we can look into your code, understand the scenario better and help you out.
__ Priyanka M S Team CanvasJS
axisY: { title: “Temperature”, interval:20, maximum : 180, minimum : 80, stripLines:[ {value:100, label:”LSL”}, {value:160, label:”USL”}, {value:110, label:”LCL”}, {value:150, label:”UCL”}, ],
valueFormatString:”####” },
the stripLines above i have fixed the values to test the stripLines but i need to use the value in database instead of the value i have put in the code
@stella,
Please take a look at this sample. You can download PHP samples from our download page, which you can try running on local machine.
— Vishwas R Team CanvasJS
You must be logged in to reply to this topic. Login/Register