question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Radar: Images as category labels

See original GitHub issue

Features 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:closed
  • Created 2 years ago
  • Comments:8 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
Rayffercommented, Sep 16, 2021

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.

0reactions
Rayffercommented, Sep 18, 2021

I’ve developed a candidate for this. Hope it’s up to your standards and the conventions followed. See the changes in the pr

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found