You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Caused by: com.google.gwt.core.client.JavaScriptException: (TypeError) : ((intermediate value)(intermediate value) , (intermediate value)(intermediate value) , $tmp_1_g$).getAmGaugeBand_0_g$(...).setEndValue is not a function
at Unknown.dEj_g$(GaugeBand.java:85)
at Unknown.Cxj_g$(GaugeChart.java:49)
at Unknown.Axj_g$(GaugeChart.java:21)
at Unknown.vxj_g$(ActivityGaugeViewImpl.java:11)
at Unknown.twj_g$(ActivityDashboardPresenter.java:27)
at Unknown.z_g$(ActivityDashboardPresenter.java:22)
at Unknown.Lc_g$(ActivityDashboardActivity.java:10)
at Unknown.DA_g$(ApplicationPresenter.java:42)
at Unknown.JA_g$(ApplicationPresenter.java:61)
at Unknown.OB_g$(ApplicationViewUI.java:99)
at Unknown.iC_g$(ApplicationViewUI.java:99)
at Unknown.qY_g$(MaterialWidget.java:1057)
at Unknown.qTg_g$(MaterialWidget.java:1055)
at Unknown.FAd_g$(ClickEvent.java:56)
at Unknown.GAd_g$(ClickEvent.java:55)
at Unknown.sr_g$(GwtEvent.java:76)
at Unknown.sJd_g$(EventBus.java:40)
at Unknown.YJd_g$(SimpleEventBus.java:193)
at Unknown.cKd_g$(SimpleEventBus.java:88)
at Unknown.KJd_g$(HandlerManager.java:127)
at Unknown.QU_g$(Widget.java:129)
at Unknown.Mzd_g$(DomEvent.java:125)
at Unknown.YU_g$(Widget.java:177)
at Unknown.Wke_g$(DOM.java:1481)
at Unknown.Vke_g$(DOM.java:1420)
at Unknown.ere_g$(DOMImplStandard.java:317)
at Unknown.s6b_g$(Impl.java:309)
at Unknown.v6b_g$(Impl.java:361)
at Unknown.anonymous(Impl.java:78)
The problem is in this line: band.setEndValue(100);
Any idea? Not sure if this is a bug or I was configuring something wrong.
The text was updated successfully, but these errors were encountered:
Trying to use AngularGauge, I have problem setting Band.
This is my Java code:
And the error is this:
The problem is in this line:
band.setEndValue(100);
Any idea? Not sure if this is a bug or I was configuring something wrong.
The text was updated successfully, but these errors were encountered: