Giter Club home page Giter Club logo

Comments (9)

overpas avatar overpas commented on June 2, 2024

Hello, could you post a picture of that and the code you are using?

from compose-treemap-chart.

aregpetrosyan avatar aregpetrosyan commented on June 2, 2024

Screen Shot 2021-12-22 at 10 23 58

TreemapChart(
data = local,
evaluateItem = { it.percent },
treemapChartMeasurer = remember { SquarifiedMeasurer() },
modifier = modifier.fillMaxWidth(),
) { item ->
TreemapItem(item = item, onClick = onClick)
}

from compose-treemap-chart.

overpas avatar overpas commented on June 2, 2024

@aregpetrosyan If when you use the SliceAndDiceMeasurer the lines are no longer there, then this problem has to do with the algorithm for calculating node sizes. Can't offer a quick solution for this right now

from compose-treemap-chart.

aregpetrosyan avatar aregpetrosyan commented on June 2, 2024

thanks for the answer, could you point to the part where squarified sizes are calculated, so we can have a look

from compose-treemap-chart.

aregpetrosyan avatar aregpetrosyan commented on June 2, 2024

I checked, in the case of SliceAndDiceMeasurer the issue also occurs.

from compose-treemap-chart.

overpas avatar overpas commented on June 2, 2024

@aregpetrosyan It's here https://github.com/overpas/compose-treemap-chart/blob/master/treemap-core/src/main/kotlin/by/overpass/treemapchart/core/measure/squarified/SquarifiedMeasurer.kt

from compose-treemap-chart.

overpas avatar overpas commented on June 2, 2024

I think it's related to how your percent variable is calculated, though. You might lose some precision there. I've modified the sample a bit and managed to reproduce similar lines with incorrect values (the background is white and all nodes' backgrounds are red):
device-2021-12-23-172827

from compose-treemap-chart.

aregpetrosyan avatar aregpetrosyan commented on June 2, 2024

Thanks for the answer, will have a look

from compose-treemap-chart.

aregpetrosyan avatar aregpetrosyan commented on June 2, 2024

Are there percent values which would prevent these white values?

from compose-treemap-chart.

Related Issues (13)

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.