Closed kwongz closed 23 hours ago
@archiewood I noticed the styling in the tooltip looked a bit off when using numbers as series names, I took the series name font size down a pixel to help differentiate. What do you think? Open to other ways to highlight series name vs value (underline/bold, different color shade/intensity.
seriesName & value font 12px
seriesName font 11px, value font 12px
side note: I also thought (visually) the space between the % values was larger, but there doesn't seem to be the same
fixes #2800
were we going to do seriesLabelFmt
for this?
@archiewood Ready for review
Needs docs - just add to the options propListing, not examples i dont think
Description
Adding existing evidence/excel formatting properties to series name displayed in chart legends
[ ] Funnel Chartdoes not use charts[ ] Histogramdoes not accept multiseriesBefore:
<BarChart {data} />
After:
<BarChart {data} seriesFmt="pct"/>
Checklist