Skip to content

[Question] What is the current grouped bar chart in the develop dc.js that's in verson 3.0.11? I see two versons in two other branches but was there one pulled into the develop branch? #1519

Closed
@kgp99

Description

@kgp99

I'm trying to create a grouped bar chart that will group by keys in multi key dimension if possible then show x labels based on the keys so for a 3 key dimension there will be 3 x-labels , one is the last dimension key, second is label when grouped by the second dimension key and finally the 3rd by the first dimension key. Possible having brackets for each other after the first label that is by each child/element.

Is this possible in dc right now without making it yourself by using d3.js?

I'm hoping it'd be something similar in a sense to colorAccessor that colors by key like this:

.colorAccessor(function (dim, colors) {
return [dim.key[2], colors.key];
})

I do see some issues here that are older and either are in a different branch or only show it in a group with one x label.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions