Git Product home page Git Product logo

Comments (9)

diogobernardino avatar diogobernardino commented on July 16, 2024

What you need is an X Axis accepting values instead of only indices/labels. This isn't supported by the library and I think it will be to difficult to find a workaround unless you go and dig into LineChartView class and hack it in order to get it working for your specific case.

from williamchart.

calimero3986 avatar calimero3986 commented on July 16, 2024

Thank you for response.
Mhh. I will try to hack it on my own and let you know ;).

from williamchart.

diogobernardino avatar diogobernardino commented on July 16, 2024

I always try to comment everything the best as possible, I hope it is enough to get an understanding.
Fine, I will keep the issue opened for the time being.

from williamchart.

calimero3986 avatar calimero3986 commented on July 16, 2024

Perfect! Service/Support is great :), Thumbs up

from williamchart.

mindleee avatar mindleee commented on July 16, 2024

Is the problem solved?

from williamchart.

diogobernardino avatar diogobernardino commented on July 16, 2024

Can u be more specific? What problem?

from williamchart.

mindleee avatar mindleee commented on July 16, 2024

Is it possible to make horizontal Labels (String[]) from 1 to 30 AND set the points to 2, 10, 12, 20 (e.g.)?
Or do i have to set the same String[]-Lenght for the Points and the Labels?
Or maybe i can set @Null-Values to Skip the Points?

from williamchart.

diogobernardino avatar diogobernardino commented on July 16, 2024

No, what you're asking is not implemented. You always need to specify the same number of labels between datasets. What you can do, but I'm not sure it fits your needs or not, is to use endAt and beginAt methods in order to display only a subset of points. That is, imagine you have a dataset of 7 points but you only want to display a subset of them, between point 2 and 5, then you can do dataset.beginAt(1); dataset.endAt(4);. Hope it helps.

from williamchart.

mindleee avatar mindleee commented on July 16, 2024

Thank you so much!

from williamchart.

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.