FLOW Analytics - Tooltip Customization
Customizing the Tooltip on a graph helps with usability when it comes to larger numbers, for example viewing Revenue figures that stretches 7 or more digits.
Copy Paste the following syntax into the Tooltip Customization box of the explore. You can then remove any unnecessary information.
return{text: `${e.value} - ${e.argument} - ${e.seriesName}`}