B20. Finding Inspiration
We are going to talk about the various sources of inspiration that is at your disposal. You can find inspiration anywhere you look, you just have to pay attention, be aware, be open and let it come to you.
E15. ESLint (Pluggable JavaScript Linter)
ESLint is a static code analysis tool for identifying problematic patterns found in JavaScript code. Rules in ESLint are configurable, and customized rules can be defined and loaded. ESLint covers both code quality and coding style issues. This will help reduce bugs as help ensure the quality of our code.
B26. Drawing your First Segment
Using our prepared data source, we are going to draw our the first segments of our Sunburst chart so that we have a basic understanding of the mechanics. This is always the important first step as we will very quickly see if this is going to be fit for purpose.
E05. Basic Programming Tutorials
This course does require a basic understanding of programming; if you are new to programming or need a refresher course, I would highly recommend spending time to go through the following tutorials
B07. Introducing Core Techniques
In this section, we are going to cover all the core Tableau techniques required to create Bespoke Data Visualizations.
B12. Shaped Bar Charts
In this lecture, we are going to build our first, albeit simple, bespoke data visualisation to get a better understanding of Data Densification and Table Calculations. We will be building a Shaped Bar Chart which is a nice alternative to your standard Bar Chart.
E14. Prettier (Opinionated Code Formatter)
Prettier is an opinionated code formatter. It enforces a consistent style by parsing your code and re-printing it with its own rules that take the maximum line length into account, wrapping code when necessary. This will help keep our code looking nice and save the tedious work of formatting.
E16. HTTP Server (Development Web Server)
Http Server is a development server with live reload capability. We will use it for testing our extension before deploying.
B32. Practice Makes Perfect
Check out the following tutorials for you to get through. Given you have come all this way and completed the course, you will be in a better place to understand how these bespoke data visualisations work, and hopefully, they will spark off your imagination.
E03. About Tableau Extensions
I will help you understand the basics of what is a Tableau Extensions. We will talk about the structure and architecture of an Extension, understand what Extensions are and how they are used, and more interestingly, how they are developed.