-
-
Couldn't load subscription status.
- Fork 1.4k
Closed
Description
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.