Giter VIP home page Giter VIP logo

klineview's People

Contributors

xiesuichao avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

klineview's Issues

你好,有个小小的建议

我下载了demo看了一下,发现在滑动的时候是按照每一个小的item作为单位滑动的,这样就会给人一种帧数很低的错觉,我想问问可不可以将滑动弄成连续顺滑的,感官效果更好一点

时间 感觉不是很准确

比如说 明明显示的是 10月七号晚上九点,我点中那一根线,底下显示的时间变成别的时间,另外最左边两根线的时间居然是一样的?

左右拖动时再向右拖动时 很难显示最右边的那个蜡烛图哟 要重新来回拖动几次

另外  如果收盘价等于开盘价 只会画一条竖线   下面是我的解决方法 大佬如果有更好的做法 可以更新哟

float top = (float) (mMaxPriceY + (maxPrice - higherPrice) * avgHeightPerPrice);
float bottom=(float) (mMaxPriceY + (maxPrice - lowerPrice) * avgHeightPerPrice);
if (top == bottom)
{ //如果不做此判断 则 会出现只有竖线的情况
bottom = (float)( top - 1);
}
//priceRect
canvas.drawRect((float) viewDataList.get(i).getLeftX() + dp2px(0.5f),
top,
(float) viewDataList.get(i).getRightX() - dp2px(0.5f),
bottom,
fillPaint);

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.