Forum Replies Created by Armin

Viewing 3 posts - 16 through 18 (of 18 total)
  • in reply to: PHP Charts & Graphs with Multiple Axes #28761

    @ShashiRanjan,

    datapoint1 is entered directly into this gallery. data is not fixed in my project, there is an input field, if you change the input, another graph is drawn.
    So I need a dynamic array so that different datapoint is created each time.
    i wrote a dynamic array but when i put that in javascript cod, plot is not drawn.

    my dynamic Array:
    $dataPoints1 = array();

    $n=33;
    $m=34;
    while($m<$max){

    //for ($x=0; $x<$max; $x++) {
    $dataPoints1[] = array(“x”=> $pieces[$n], “y”=> $pieces[$m]);
    // }

    $n=$n+11;
    $m=$m+11;

    }

    in reply to: dropdown filter #28479

    Hi Indranil,
    this is my project code(send by mail). I took a Graphs with Multiple Axes from CanvasJS. I need to install a dropdown filter because I have more than one count, but I want to select only one to be displayed.

    Much thanks for your help please.
    Armin

    in reply to: dropdown filter #28478

    fgf

Viewing 3 posts - 16 through 18 (of 18 total)