Home Forums Chart Support Creating Charts from CSV Please help

Creating Charts from CSV Please help

Viewing 4 posts - 1 through 4 (of 4 total)
  • #12730

    Creating Charts from CSV followed the link
    https://canvasjs.com/docs/charts/how-to/create-charts-from-csv/

    Steps 1. Open Notepad and created a data.csv file in f:\ with the following data
    5,9
    6,9
    7,14
    8,12
    9,14
    10,18
    11,13
    12,8
    13,11
    14,13
    2. Try it Yourself by Editing the Code below.
    Copied the code and created in f:\ CanvasJSCsv.html
    3. Open the file using Google Crome browser as file:///F:/CanvasJSCsv.html
    4. No result Press Ctrl+Shift+I
    5. Found the following Error
    CanvasJSCsv.html:1 XMLHttpRequest cannot load https://canvasjs.com/services/data/datapoints.php?xstart=5&ystart=10&length=10&type=csv. No ‘Access-Control-Allow-Origin’ header is present on the requested resource. Origin ‘null’ is therefore not allowed access.

    #12740

    @Girish,

    For security reasons, browsers restrict cross-origin requests. Please refer stackOverflow for more information.

    #21948

    HI,

    according the picture above, could you please tell me how remove the statement “CanvasJS.com” and “Trial version” near the chart?

    #21951

    @adirgapalit,

    Trial Version is for evaluation purposes for up to 30 days. To use charts without ‘Trial Version’ and ‘CanvasJS’ Credit Link you will need to have a Commercial Version of CanvasJS. Please contact sales@canvasjs.com for sales related queries.

    __
    Priyanka M S
    Team CanvasJS

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

You must be logged in to reply to this topic.