Formats a marker ID into a readable label Converts snake_case to Title Case
The marker ID to format
A formatted label
formatMarkerId('connect_stripe');// Returns: 'Connect Stripe' Copy
formatMarkerId('connect_stripe');// Returns: 'Connect Stripe'
Formats a marker ID into a readable label Converts snake_case to Title Case