Forum Replies Created by abrahamc

Viewing 4 posts - 1 through 4 (of 4 total)
  • in reply to: Charts with drop down button to filter #44996

    EDIT… The true CSV looks like this:

    CALLUUID,CALLSEQUENCENO,CALLSTATE,CALLINGPARTY,CALLEDPARTY,CALLSTARTTIME,CALLANSWERTIME,CALLENDTIME,CALLDURATION,CALLBILLABLEDURATION,CALLANSWERDELAY,CALLALERTINGDELAY
    afa7a2fc-84c3-4a65-842f-3de3b5a1fb77,1,HANGUP,+12272011111,+11285291111,1713344742506,1713344743955,1713344748254,5.748,4.299,1.449,0
    bed9efb8-9aae-4e5b-b1a7-914086894be4,2,HANGUP,+12272571111,+11285291111,1713344743008,1713344744199,1713344749256,6.248,5.057,1.191,0

    Im trying to get the dropdown to show the toprow as options, and the X Axis to show Column 1, and the Y axis to flip between columns 2-11.

    Is this even possible?

    in reply to: Charts with drop down button to filter #44987

    Ive run into another issue, My CSV data looks like this:

    CALLUUID CALLSEQUENCENO CALLSTATE CALLINGPARTY CALLEDPARTY CALLSTARTTIME CALLANSWERTIME CALLENDTIME CALLDURATION CALLBILLABLEDURATION CALLANSWERDELAY CALLALERTINGDELAY
    fa7a2fc-84c3-4a65-842f-3de3b5a1fb77 1 HANGUP 11272022440 11285292205 1713344742506 1713344742506 1713344742506 5.748 4.299 1.449 0

    How do i get the column labels to match the top row, and also i dont see any data from the 2nd row onwards in my graph?

    It works when i use your CSV in the example, but not with mine?

    It does calculate that there are 11 columns though.

    in reply to: Charts with drop down button to filter #44985

    awesome, that seems to have solved my issue. Thank you

    in reply to: Charts with drop down button to filter #44958

    Hi, wondering if its possible to get assistance.

    Im trying to get the data source to be a csv file, and the dropdown to be different fields in the csv file.

    I can pull a CSV file in, but i dont understand how to map the csv fields dynamically to ta dropdown to populate the chart.options.data[0].dataPoints

    Ive attached parts of the code here:

    https://jsfiddle.net/hr9jmpgs/

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