In legend i want to use both icon and custom svg image for e.g 'rect' Legend A 'custom icon', 'rect' Legend B 'custom icon'.
Svg icon color can be changed dynamically
tf7tbtn21#
When using 'path://...' -like icons, the color is decided by series/data. If you want to customize the color of the icon in the legend, use 'image://...' instead.
'path://...'
'image://...'
1条答案
按热度按时间tf7tbtn21#
When using
'path://...'
-like icons, the color is decided by series/data. If you want to customize the color of the icon in the legend, use'image://...'
instead.