Radar: Images as category labels
See original GitHub issueFeatures Suggestion
Feature description: I would like to be able to use images, like a wpf image, instead of a text label to symbolize categories, optionally, that image might be able to display a tooltip on mouse over just so that the user can make clearer the intent of the image/icon
Code example: If applicable, use this space to demonstrate how you wish the new feature could be used in code.
Tuple<Image, string> interactionsIcons = { new Tuple<Image, string>{ Item1 = "Reanimation.png", Item2 = "Reanimations" }, new Tuple<Image, string>{ Item1 = "Knockout.png", Item2 = "Knockouts", new Tuple<Image, string>{ Item1 = "kill.png", Item2 = "Kills" } }};
CreateRadarPlot("Interactions", interactionsIcons , groupStrings, values, true, interactionsPlot
Issue Analytics
- State:
- Created 2 years ago
- Comments:8 (8 by maintainers)
Top Results From Across the Web
Changing Category Labels on a Radar Chart
For radar charts with up to 100 categories, each category has a label. After that, labels are shown for every 2nd category for...
Read more >Format Category Labels of Polar Plot (Radar chart)
The outside labels of a radar chart are category labels and will always be text. Formatting options for these labels have always been...
Read more >Radar charts with images as labels
Radar charts with images as labels. Question. I'm using this module & want to tweak it a little so as it can plot...
Read more >Modify category (Radar Axis Labels) labels on radar chart?
I have a macro which creates radar charts for export to another app. I need to modify the category labels of the radar...
Read more >Chartjs 3.5.0 - Radar Chart - Converting the labels to images
I am trying to replace my labels for the radar chart with images, I had a look at How to add an images...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Oh, I only mentioned what I thought was relevant to the discussion from the point that icons can enhance, at a glance, what a radar chart tries to convey, if you’re bound to face the same radar chart multiple times, but all those points might be interesting to have implemented sometime in the future.
I’ve developed a candidate for this. Hope it’s up to your standards and the conventions followed. See the changes in the pr