79342032

Date: 2025-01-09 09:22:59
Score: 1
Natty:
Report link

using the mud docs, specifically this example

you can achieve something similar using tickLabelStyle programmatically

tickLabelStyle: {
  fill: (value) => value === highlightedValue ? "red" : "inherit",
  fontWeight: (value) => value === highlightedValue ? "bold" : "normal",
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: tim