Feature Description
Support for the tooltip configuration for dashboard widgets, particularly line graphs.
This basically means supporting tooltip.mode = 'all' in terraform.
Additional context

Example from dashboard JSON:
⁝
"tooltip": {
"mode": "all"
},
⁝