-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Closed
Description
I'm using a donut chart like in the examples:
The produced HTML code (FRAGMENT) is
<g>
<text dx="134.29110117477677"
dy="30.08812886535611"
text-anchor="middle" class="ct-label">3400
</text>
<text dx="143.04223215855663"
dy="247.2452044679772"
text-anchor="middle" class="ct-label">1800
</text>
</g>
As you can see I'm not able to customize with CSS the two labels differently, because they have the same class. Even if I set up
series: [{
value: 20,
name: 'Series 1',
className: 'my-custom-class-one',
meta: 'Meta One'
}
I would expect to obtain
<g>
<text dx="134.29110117477677"
dy="30.08812886535611"
text-anchor="middle" class="ct-label my-custom-class-one">20
</text>
...
</g>
Metadata
Metadata
Assignees
Labels
No labels