Git Product home page Git Product logo

Comments (9)

JillFung avatar JillFung commented on September 24, 2024 3

改成以下内容就可以了。

public void setValue(Map<String, Integer> value, List xValue, List yValue) {
this.value = value;
this.xValue = xValue;
this.yValue = yValue;
selectIndex = xValue.size();

    xInit = interval + xOri;
    minXInit = width - (width - xOri) * 0.1f - interval * (xValue.size() - 1);//减去0.1f是因为最后一个X周刻度距离右边的长度为X轴可见长度的10%
    maxXInit = xInit;

    invalidate();
}

from linechart.

xiaoyunfei avatar xiaoyunfei commented on September 24, 2024

from linechart.

MJJSai avatar MJJSai commented on September 24, 2024

只能一套数据一根线么

from linechart.

wang2016215 avatar wang2016215 commented on September 24, 2024

怎么让他往左滑呢?

from linechart.

kentlee2 avatar kentlee2 commented on September 24, 2024

我也出现了这个情况。就是加载静态固定数据的时候,滑动不会闪屏;从网络加载后滑动会闪屏,折线不显示

from linechart.

 avatar commented on September 24, 2024

我也遇到商品的情况

from linechart.

liuwanwan avatar liuwanwan commented on September 24, 2024

同问

from linechart.

sunshinecf avatar sunshinecf commented on September 24, 2024

我也遇到这种情况了,如何解决,滑动和点击的时候闪动

from linechart.

sunshinecf avatar sunshinecf commented on September 24, 2024

qq 求指点 568677687

from linechart.

Related Issues (6)

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.