TblChartRViz
TblChartRViz is a custom visual for showing five variables in one chart. There is a possibility to zoom in and zoom out on this chart.
This custom visual needs:
1-ย ย ย ย ย X-axis as the first variable
2-ย ย ย ย ย Y-axis as the secondย variable
3-ย ย ย ย ย Color (categorize variable) for the Third axis, which is a legend
4-ย ย ย ย ย A categorized variable for column as Forth variable
5-ย ย ย ย ย A categorized variable for Row a the Fifth variable
To use this chart, you need to have
1-ย ย ย ย ย One R version in your machine
2-ย ย ย ย ย Automatically, some of the packages like โplotly,โ โggplot2โ, and โhtmlwidgetsโ will install.
3-ย ย ย ย ย If these packages did not install automatically, then we need to install them in Rstudio via below commands:
Install.packages(โplotlyโ)
Install.packages(โggplot2โ)
Install.packages(โhtmlwidgetsโ)
In below example, I have shown the speed in the city and highway with a number of the cylinder as colour. The speed in the city has been shown in the x-axis, speed in the highway in Y axis and the number of cylinders will be shown as a different color. Also, the year will be shown as a column, and the type of driver will be shown as a row.




