jQWidgets Forums

jQuery UI Widgets Forums Gauges and Maps Gauges start / end Angle default values

This topic contains 1 reply, has 2 voices, and was last updated by  Dimitar 12 years, 4 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • start / end Angle default values #16353

    luxxtek
    Member

    As the jqxGauge API reference says that the default values are 30 for start & 270 for end, I would expect that adding both lines below would not change the look of the gauge.

    $(‘#gaugeContainer’).jqxGauge({ startAngle: 30 });
    $(‘#gaugeContainer’).jqxGauge({ endAngle: 270 });

    I tested it and found the gauge to be influenced by the defaults.

    I’m new to javascript and possibly I overlooked something, any help would be appreciated.

    start / end Angle default values #16389

    Dimitar
    Participant

    Hello luxxtek,

    At present the properties startAngle and endAngle can only be set during the widget’s initialization.

    Best Regards,
    Dimitar

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

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

You must be logged in to reply to this topic.