This repository has been archived by the owner on Oct 5, 2024. It is now read-only.
Support static labels (without fading) in Pie charts #13
Labels
enhancement
New feature or request
Milestone
Problem
setLabel
method in Pie layer cannot parseLayer.label
.So any static label, which is shown by default, cannot be rendered.
In principle,
Pie
overridessetLabel
and it should support the same behavior with other layers.FigConfig API on display control on static label for Pie charts, should be supported.
Proposal
Implement internal process which parses
FigConfig.label
in Pie constructor.Relative field name and its role can be following one:
The text was updated successfully, but these errors were encountered: