Giter VIP home page Giter VIP logo

Comments (6)

razerdp avatar razerdp commented on June 25, 2024

这个目前好像没有提供点击后的宽度哦~

感谢提议,下一版我会加上去的~

from animatedpieview.

HuangJAndroid avatar HuangJAndroid commented on June 25, 2024

这个目前好像没有提供点击后的宽度哦~

感谢提议,下一版我会加上去的~

那环形本身有个外边距是在哪设置的,我可以改框架中的代码调节一下吗

from animatedpieview.

razerdp avatar razerdp commented on June 25, 2024

本身其实没有外边距的,是autoSize控制是否自动计算大小以完整显示文字,你设置false即可

测量相关:

https://github.com/razerdp/AnimatedPieView/blob/master/lib/src/main/java/com/razerdp/widget/animatedpieview/render/PieChartRender.java#L734

from animatedpieview.

HuangJAndroid avatar HuangJAndroid commented on June 25, 2024

@razerdp 当这种情况的时候,第一块部分点击判断有问题
1、-90 250
2、250 262
3、262 270
大约180到270点击不会放大

from animatedpieview.

HuangJAndroid avatar HuangJAndroid commented on June 25, 2024

@razerdp
if (tEnd == tStart){
result = true;
}else {
if (tEnd < tStart) {
if (tAngle > 180) {
//已经过界
result = tAngle >= tStart && (360 - tAngle) <= sweepAngle; //这一行判断为false了
} else {
result = tAngle + 360 >= tStart && tAngle <= tEnd;
}
} else {
result = tAngle >= tStart && tAngle <= tEnd;
}
}

from animatedpieview.

razerdp avatar razerdp commented on June 25, 2024

@HuangJAndroid 我端午假期迭代一下

from animatedpieview.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.