Reputation:
Can I hide data number on line chart to make it only show the trend instead of the actual data?
Upvotes: 1
Views: 1528
Reputation: 6471
To remove the Axis, switching from a Time Series Chart to a Sparkline Chart does the trick (or manually remove the required labels and Axis from the Style Tab of the Time Series Chart).
To prevent interactions with the Chart, one approach is to add a transparent Shape over the Chart.
Google Data Studio Report and a GIF to elaborate:
Upvotes: 1