jQuery UI Widgets Forums Chart X axis interval

This topic contains 2 replies, has 2 voices, and was last updated by  drv232 9 years, 1 month ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • X axis interval #74895

    drv232
    Participant

    I have a data-field in my database which stores date as a string e.g: 2015-07-30 is stored as 20150730.
    So the unitInterval treats increases keeps incrementing the value until 20150800 and then displays the values for August 2015.

    But I dont want this. After 20150730, I want 20150801.

    How can I do this.

    It would be even better if there was no interval, but it simply showed all the values present in the database for this datafield and nothing else!.

    I appreciate your support
    Thanks,
    Dhaval Valotia
    TIG Funds LLC

    X axis interval #74907

    Dimitar
    Participant

    Hello Dhaval Valotia,

    Please try setting the xAxis.type property to ‘basic’. This will display all data points sequentially.

    Best Regards,
    Dimitar

    jQWidgets team
    http://www.jqwidgets.com/

    X axis interval #74924

    drv232
    Participant

    Thanks Dimitar.

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

You must be logged in to reply to this topic.