E08. VS Code (Integrated Development Environment)
Microsoft VS Code is a code editor refined and optimized for building and debugging modern web and cloud application. The best part, Microsoft VS Code is a free Integrated Development Environment (IDE) with an abundance of extensions.
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.
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
B19. Introducing Design
In this section, we will talk about finding inspiration, sketching and designing your Bespoke Data Visualisations in Tableau.
E01. Introduction
Thank you for checking out our Course on Creating Tableau Extensions.
B05. Using Bespoke Data Visualisations
There is some contention and disagreements about the use of bespoke data visualisations, and we will discuss the pros and cons of bespoke data visualisations, when to use them, and more importantly, when not to use them.
B15. Drawing a Packed Circle
In this lecture, we will be reinforcing our knowledge on our learned techniques to create a Packed Circle Chart in Tableau. We will be drawing circles and sizing them based on our data set.
B17. Additional Bespoke Data Visualizations
We have now learned quite a lot and practice does make perfect. Please follow the links below and complete the various exercises to reinforce your knowledge and learned techniques.
B18. Core Technique Summary
We have covered a lot of grounds and have learned some of the available core techniques that we require to build bespoke data visualisations. So let us review.
E09. Node.js
Node.js is an open-source, cross-platform, JavaScript run time environment that executes JavaScript code outside of a browser. Node.js comes with the Node Package Manager (NPM) that helps us install the required software.