Ankur008

Results 6 comments of Ankur008

I know its too late.. but it may help anyone in future. Axis axisX = new Axis(); ... SimpleAxisValueFormatter formatter = new SimpleAxisValueFormatter(); formatter.setDecimalSeparator(".");//by default taken from locale formatter.setDecimalDigitsNumber("2");//number of...

I am facing the same issue on node version 8.9.3 when I have remove the node_module dir then install all library again. using `npm install ` End up getting the...

In my case, I am showing multiple screen using the SpotlightSequence, SpotlightSequence.getInstance(MainActivity.this, null) .addSpotlight(profile_pic, "Edit Profile", "Change your profile pic & Edit profile info", INTRO_PROFILE + randomChar) .addSpotlight(bpBlock.leftImage, "Add BP...

@vishalvishvakarma did you got any solution?