Mosaic Chart
A Mosaic Chart is a multi-series chart where the area of each point corresponds to its contribution to the overall number of data points. X- and Y- axes of this chart always contain categorize.
Mosaic Plot in JS (Basic)
Mosaic Plot for the tutorial https://www.anychart.com/blog/2022/08/15/mosaic-plot/
100 Percent Stacked Area Chart
100% stacked area chart displays the revenue from several products in several regions. Percent stacked mode helps to compare the percentage value each part of the category brings to the category.
Mosaic Chart Initial (JS)
A basic interactive data visualization example for the Mosaic Chart JS Tutorial available at https://www.anychart.com/blog/2021/05/11/mosaic-chart-js/ (JavaScript, HTML5)