jQWidgets Forums
Forum Replies Created
-
Author
-
March 18, 2018 at 1:48 pm in reply to: angular2 jqxGauge responsive width and height angular2 jqxGauge responsive width and height #99284
<div id="myGauge" aria-valuenow="0" aria-valuemin="0" aria-valuemax="220" aria-disabled="false" style="width: 352px; height: 0px;" class="jqx-widget"><div style="width: 352px; height: 0px;">
Some reason the height is being set to 0px, pressure gauge is not being displayed. If I manually change the css in chrome then I can see the gauge. Any reason why the height is 0px even though I set height and width to 100% as above.
March 15, 2018 at 3:47 pm in reply to: angular2 jqxGauge responsive width and height angular2 jqxGauge responsive width and height #99243I am getting the following error:
jqxdraw.js:7 Error: <circle> attribute r: A negative value is not valid. (“-2”)Not sure how to go about resolving this?
January 30, 2018 at 3:37 pm in reply to: angular 2, jqWidgets 4.4, update UI jqxGaugeComponent value angular 2, jqWidgets 4.4, update UI jqxGaugeComponent value #98526Ok got it.
Thanks.
January 30, 2018 at 2:27 pm in reply to: angular 2, jqWidgets 4.4, update UI jqxGaugeComponent value angular 2, jqWidgets 4.4, update UI jqxGaugeComponent value #98522I can’t do that in the constructor because this.myGauge.value becomes undefined and component is not setup until OnInit.
January 5, 2018 at 6:04 pm in reply to: jqxLinearGauge setting the background color jqxLinearGauge setting the background color #98165Is there any other alternative way to set the background color of the linear gauge? I also tried with plain javaScript lineargauge other than Angular components. Same issue.
January 2, 2018 at 6:23 pm in reply to: jqxLinearGauge setting the background color jqxLinearGauge setting the background color #98120Same problem. This is not a new issue. I am using older verison of jqwidgets version 4.4. It doesn’t like the second element backgroundType:
this.myLinearGauge.background({ style: { stroke: ‘#cccccc’, fill: ‘#cccccc’ }, backgroundType: ‘rectangle’ });
December 29, 2017 at 4:47 pm in reply to: jqxLinearGauge setting the background color jqxLinearGauge setting the background color #98074jqWidgets 4.4 doesn’t like the
, backgroundType: ‘rectangle’
It complains on backgroundType in:
this.myLinearGauge.background({ style: { stroke: ‘#cccccc’, fill: ‘#cccccc’ }, backgroundType: ‘rectangle’ });
It just tried with
this.myLinearGauge.background({ style: { stroke: ‘#cccccc’, fill: ‘#cccccc’ } });
and background is black on the linearGauge. Bummer.
-
AuthorPosts