Instead of building an explicit hover tool to choose dimensions to show hover information for, maybe we could have a syntax such as: ``` tools=['hover+time|voltage'] ``` Where ``+`` means you are building a whitelist (what to include) and ``-`` means it is a blacklist (what to exclude). E.g to exclude 'time' and 'voltage': ``` tools=['hover-time|voltage'] ```