Coder Social home page Coder Social logo

Comments (6)

willdale avatar willdale commented on June 27, 2024 1

You got there a second before me.

from swiftuicharts.

geeklingo avatar geeklingo commented on June 27, 2024

Actually, maybe because I'm not setting the legendTag?
image

from swiftuicharts.

geeklingo avatar geeklingo commented on June 27, 2024

How do we set that attribute (legendtag)? I can't see any reference in the readme to it.

from swiftuicharts.

willdale avatar willdale commented on June 27, 2024

The legendTag is a way of handling Legends internally for the touch overlay, I'll see if I can remove it from the public API.

The legends for StackedBarChart are taken from the GroupingData.

Can you post some code?

from swiftuicharts.

geeklingo avatar geeklingo commented on June 27, 2024

I've got my grouping data like this. It must be working as the charts are showing the correct stacked bars and tapping on the bars is showing the correct group and value. It's just the legend that doesn't seem to be pulling all the values.
The only difference in my code and the demo is that I use a for loop to populate MultiBarChartDataPoint and Sets.

            var data : GroupingData {
                switch self {
                case .type1:       return GroupingData(title: "Type 1",    colour: ColourStyle(colour:Color(UIColor.systemGray)))
                case .type2:     return GroupingData(title: "Type 2",  colour: ColourStyle(colour:Color(UIColor.systemGreen)))
                case .type3:      return GroupingData(title: "Type 3",   colour: ColourStyle(colour:Color(UIColor.systemYellow)))
                case .type4:    return GroupingData(title: "Type 4", colour: ColourStyle(colour: Color(UIColor.systemRed)))
                case .type5:    return GroupingData(title: "Type 5", colour: ColourStyle(colour: .primary))
                }
            }

from swiftuicharts.

geeklingo avatar geeklingo commented on June 27, 2024

Oh hahahaha nevermind, i'm such an idiot.
let groups : [GroupingData] =

I didn't have the full set in there.

from swiftuicharts.

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.