This repository has been archived by the owner on Oct 5, 2024. It is now read-only.
Preset SVG line path or shown label on a layer, with FigConfig
parameter
#24
Labels
enhancement
New feature or request
Request
Layers with ticks are not enough to show specific datum on specific index. A
Layer
which consists many object to represent many data, hardly shows which is the target datum of user's interest, without tapping the object or getting hover actions.Proposal
ruler
option should be defined to show a line for a layer. A ruler is for X or Y direction and holds its position in X or Y pixels on a layer.accentData
should be defined to show specific label on rendering. A datum should be specified with column name or its index.For iterative data:
For numeric data:
Also
updateRuler
,updateAccentData
ordeleteRuler
method may be implemented inLayer
class, for the future convenience.The text was updated successfully, but these errors were encountered: