I need to apply a specific className to each location, depending on the location status. I'm using this because I have 3 possible status for each location. "Only morning", "Only afternoon" or "All day". This application is for a university project and using SVG to create a custom map is awesome because it's easier.
I need to apply a specific className to each location, depending on the location status. I'm using this because I have 3 possible status for each location. "Only morning", "Only afternoon" or "All day". This application is for a university project and using SVG to create a custom map is awesome because it's easier.
But
locationClassName
applies to all locations.Is there any coming features to do this?