学习材料
Tableau 官方学习材料
理论上 Tableau 可以用连点法绘制任何图形
- 1 Plot points
- 2 Connet points
-
Viz in Tableau Tooltips 提示工具内图表的作用
作用
通过多张图来增加详细的背景信息。
- 提供数据下钻的能力。
- 不受主图的筛选器限制,提供趋势图。
展示形式控制
- 可以设置子图的 maxwidth 和 maxheight。
- 可以将子图的 maxwidth,maxheight 数值用参数替代,以实现动态的控制。
- 可以插入一个空白的子图,蛇追 maxwidth 和 maxheight 来控制 tooltip 的大小。
- 子图可以做到巨大得覆盖主图,实现放大功能。
- 将插入子图的代码居中显示,即可实现子图的居中显示。
- 复制粘贴已插入的子图代码来实现复用。默认是已插入后无法再插入。
- 实现 tooltip 里子图的并排显示:插入的 2 句代码不要换行,最好再有一个空白子图控制显示的大小。
- 复杂一点可以实现子图的 grid 系统。
- 背景色继承于子图所属的 sheet 的背景色。可能会有白边。
- 使用形状来使用图片。
- 增加分割线。创建一个空的 sheet,命名为 Divider,高度至少 9,小于 9 会提示“View too large to show”。
<Sheet name="Divider" maxwidth="400" maxheight="9" filter="<All Fields>">
- 或者将空白 sheet 里的行分割符设为彩色。在 tooltip 里则会显示彩色的分割线。
- 这意味着,你可以维护一份空的 tableau 文件,里面只存储各种行分割线,作为素材备用。
- 控制子图使用不同筛选器,可以插入多个子图,来实现不同级别的 tooltip 图。
- 可以通过参数控制显示不同的 tooltip 子图。具体方式搜索
Tableau Tips - 10 tips for Viz in Tooltips (Now Available in Tableau 10.5)
Tableau 大屏显示时隐藏工具栏等
- 在 URL 后面加上
:embed=yes&:tabs=no&:toolbar=no
可以隐藏 工具栏和 tab 栏。
Embed Tableau Viz in PowerPoint
For Windows
- Login tableau server to get the url of your wookbook.
- In PowerPoint, click LiveWeb add-in to insert a web page, using the url.
For Mac
- Download LiveSlides Mac add-in from its website.
- Follow the process in the picture to embed a Tableau viz. The Tableau viz will be inserted as a new slide.
- But it always takes time to load the web page after switching to that slide.
Tableau 奇技淫巧
下载 pdf
- 选择下载按钮里的 pdf。
- 对于 tableau server,去掉 url 后面多余部分,按照这种方式修改,即可下载。
http://[Name of TableauServer]/#/views/[Name of Workbook]/[Name of Worksheet].pdf