Home Forums Chart Support Chart Data Binding from database example

Chart Data Binding from database example

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

    Hello.

    Chart Data Binding from database example
    In this example
    Model
    x: int
    y: int
    However I
    x: Time – (registered as a sting in the database — like 11:20:30)
    y: Real expression. — (like 10,3)
    I applied the example as it is,
    I only change the expression x: int and y: int in the Model,
    (`public string x { get; set; }
    public float y { get; set;` })
    but I get an error message.

    Can you help with the subject please?

    #28841

    You can find the sample at the attachment with SQL data
    https://drive.google.com/file/d/1QbJjCgZi5za0e7mGaUGhzjn6CX4ob68A/view?usp=sharing

    #28842

    SOLVED!!

    #28851

    @mtopal,

    Glad that you figured it out. :)


    Shashi Ranjan
    Team CanvasJS

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

You must be logged in to reply to this topic.