xy Chart in Scriptcase?

Hi
i want to plot a simple x/y Chart. Means, i have the measuredate in the x-Axis, the measured data in the y-Axis.

Can i do that in Scriptcase?

Best regards
Steve

Yes, you can, this is the most basic chart you can make.

Thank’s… but i did not find out how… i do not want grouping any data, just plot a graph with data like that:

  1. Jan. 234
  2. Jan. 123
  3. Jan. 211

SC ask me always for grouping functions like sum, avg, … but no. Sorry, but maybe i’am searching the wrong place.

[QUOTE=stephanw;40381]Thank’s… but i did not find out how… i do not want grouping any data, just plot a graph with data like that:

  1. Jan. 234
  2. Jan. 123
  3. Jan. 211

SC ask me always for grouping functions like sum, avg, … but no. Sorry, but maybe i’am searching the wrong place.[/QUOTE]

SC needs a group by to have a trigger to get the axis info. But you don’t need to sum etc. It’s a multi chart, but I think that the http://www.scriptcase.net/scriptcase-samples/php-reports-charts/line-html5-chart/ sample could be very helpful.

Hi Albert
thank’s, i am not see now, how can i do it. Your URL to the sample is not working… unfortunately the link is not working on the sc website… i will try later.

[QUOTE=stephanw;40384]Hi Albert
thank’s, i am not see now, how can i do it. Your URL to the sample is not working… unfortunately the link is not working on the sc website… i will try later.[/QUOTE]

go to the website scriptcase.net and then choose samples. You will find chartsamples if you scroll down.

Hi Albert
yes, i see the examples. But they always group data for display the charts. I have a table with datas from a sensor with a field “datetime” and a field “value”. It contains a single measurement. I want to display EVERY datapoint in the chart. Not want to group the values, that makes no sense. In the samples, they group the orders for one month, that make sense. But grouping temperatures from a sensor make no sense… And without grouping, it’s not possible to make a chart. Isn’t it?

Best regards
Steve

[QUOTE=stephanw;40390]Hi Albert
yes, i see the examples. But they always group data for display the charts. I have a table with datas from a sensor with a field “datetime” and a field “value”. It contains a single measurement. I want to display EVERY datapoint in the chart. Not want to group the values, that makes no sense. In the samples, they group the orders for one month, that make sense. But grouping temperatures from a sensor make no sense… And without grouping, it’s not possible to make a chart. Isn’t it?

Best regards
Steve[/QUOTE]

Try this: create a chart application,
use your value as the metrics variable and your time as the dimensions.

This should work.