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
The argument of OnBarClickedLister.onClick was wrong, when I clicked BarGraph on HoloGraphLibrarySample.
if I click Test1 Graph, index value is '0'.
if I click Test2 Graph, index value is '-1'.
if I click Test3 Graph, index value is '-1'.
I think pattern of Test2 and Test3 Graph is wrong.
if I click Test2 Graph, index value should be '1'.
if I click Test3 Graph, index value should be '2'.
The text was updated successfully, but these errors were encountered:
The argument of OnBarClickedLister.onClick was wrong, when I clicked BarGraph on HoloGraphLibrarySample.
if I click Test1 Graph, index value is '0'.
if I click Test2 Graph, index value is '-1'.
if I click Test3 Graph, index value is '-1'.
I think pattern of Test2 and Test3 Graph is wrong.
if I click Test2 Graph, index value should be '1'.
if I click Test3 Graph, index value should be '2'.
The text was updated successfully, but these errors were encountered: