Forum Replies Created by Stella

Viewing 5 posts - 1 through 5 (of 5 total)
  • in reply to: graph with csv file #23083

    hi, that works well. Thank you :)

    in reply to: graph with csv file #23062
    in reply to: read from csv and display dynamic data for every 2 mins #23021

    hi,
    i tried your code in jsfiddle but it show the reference error. I have checked the chart name in html and in jsand it is the same.

    in reply to: Dynamic Graph #23012

    hi, how about i want to plot the graph based on csv file.
    I want to read the csv file for every 5 min and plot the graph.
    Eg :
    13.00 -read and display graph
    13.05-read and update the graph just like dynamic graph in your example.
    And it keep reading until 13.55

    in reply to: Stripline value from database #22768

    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

Viewing 5 posts - 1 through 5 (of 5 total)