jQWidgets Forums

jQuery UI Widgets Forums Chart Invalid property 'width'

This topic contains 6 replies, has 2 voices, and was last updated by  carlo 12 years, 2 months ago.

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
  • Invalid property 'width' #18221

    carlo
    Participant

    Since version 2.8 we get an error message ‘invalid property width’. Has this property been removed ?
    Also some other widgets complain about invalid properties, e.g. when we write ‘thene’ instead of ‘theme’. Can this error messages be disabled ?

    Invalid property 'width' #18238

    Dimitar
    Participant

    Hello carlo,

    These messages are intended to help you fix basic syntax issues and cannot be disabled. Properties that are not available in the API will bring Error messages. If you have used such properties, you will need to correct your code. The properties available for jqxChart can be found in the jqxChart API.

    Best Regards,
    Dimitar

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

    Invalid property 'width' #18259

    carlo
    Participant

    Hello Dimitar,

    its a good idea to show basic syntax issues, but it does break running code by updating from 2.7 to 2.8 . So we have to do a complete regression test when we are updating jqwidgets. You should be very carefull introducing changes which will break existing running code at your customers. And if you do so, you should make it very clear in your documentation.

    We use the following code to resize the div container:

    $(“#chart”).height(h);
    $(“#chart”).width(w);
    $(“#chart”).jqxChart(“refresh”);

    But the chart is is not being drawn complete. Its clipped on the right side. See an example here:

    Clipped chart

    Invalid property 'width' #18260

    Dimitar
    Participant

    Hi carlo,

    Please provide us with a code sample which we might test locally.

    Best Regards,
    Dimitar

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

    Invalid property 'width' #18276

    carlo
    Participant

    Hi Dimitar,

    look here: http://85.214.238.149/timechart2.html
    This does not happen with jqw 2.7 .

    Invalid property 'width' #18329

    Dimitar
    Participant

    Hi carlo,

    Thank you for your feedback. There is indeed a clipping issue. We will fix it as soon as possible.

    Best Regards,
    Dimitar

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

    Invalid property 'width' #19153

    carlo
    Participant

    Hello Dimitar,

    thank you very much for fixing the clipping bug in 2.8.1.

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

You must be logged in to reply to this topic.