Skip to content

RadarChart long labels on x axis. #1663

@kagankorkmaz

Description

@kagankorkmaz

When the labels of x-axis are too long in the radar chart the labels do not fin the area(using flex) even if I use like:

              xaxis: {
                    categories: [ ['Functional Application','Functional Application' ], 'Programming with jaspdıfsıodyfvaxxxx', 'C++', 'Parallel Programming', 'Marketing Strategies', 'Fronted Design'],
                    labels: {
                        show: true,
                        trim: true,
                        hideOverlappingLabels: true,
                    }, 
                    tooltip: {
                        enabled: true
                    }
                }

also when the labels are too long ı want to put '...' and show them in a tooltip. Moreover, the tooltip also not working.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions