Create Custom Axis Labels
See original GitHub issueI’m submitting a…
[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report
[ ] Performance issue
[x] Feature request
[ ] Documentation issue or request
[ ] Other... Please describe:
Current behavior
This is a copy-paste from jask-oss original issue
When putting an SVG or SVG partial into the format
property, they do not appear because they are put inside a title
tag.
Expected behavior
Putting an SVG into the format
property will render it properly (maybe even extend this to normal HTML with <foreignObject>
.
Minimal reproduction of the problem with instructions
https://codesandbox.io/s/reaviz-bar-demo-x2b24
- Return an SVG inside the format property.
- SVG does not appear because it’s embedded in a title
What is the motivation / use case for changing the behavior?
Having icons for labels instead of text can improve the look and feel of charts.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:2
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Change axis labels in a chart - Microsoft Support
Right-click the category labels you want to change, and click Select Data. Right-click the category axis and Select Data · In the Horizontal...
Read more >How to create custom x-axis labels in Excel - YouTube
Two ways to customize your x- axis labels in an Excel Chart.
Read more >Create Custom Horizontal or x-axis Labels - YouTube
If you're working with data in Excel, you know that labels on the x- axis can make or break the way your data...
Read more >How to customize axis labels | Exceljet
Here you'll see the horizontal axis labels listed on the right. Click the edit button to access the label range. It's not obvious,...
Read more >How to Change Axis Labels in Excel (3 Easy Methods)
3 Easy Methods to Change Axis Labels in Excel · First of all, click the cell in the worksheet that you want to...
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
@amcdnl I’ve submitted my current progress as a PR. It’s still not ready, but I think this is a time to receive some feedback about my implementation decisions,
@SleepWalker - can you share that code and I can help fix the delta in the library?