Surface Pyramid Chart
Originally described here: https://forum.highcharts.com/highcharts-usage/surface-pyramid-chart-t39503/
What you have is just a Linear Pyramid: http://jsfiddle.net/cristiscu/sbt6bbfh/6/. Top segment's height is 15% of the full pyramid height.
Surface Pyramid: http://jsfiddle.net/cristiscu/sbt6bbfh/7/. The only change was in the pyramidMode value. Top segment's area was made bigger, to show 15% of the whole pyramid surface.
Reference:
pyramidMode (Syncfusion ejChart): https://help.syncfusion.com/api/js/ejchart#members:commonseriesoptions-pyramidmode
valueRepresents (amCharts): https://docs.amcharts.com/3/javascriptcharts/AmFunnelChart
PyramidValueType (Microsoft ASP.NET Chart): https://msdn.microsoft.com/en-us/library/dd456634.aspx
Thanks for your suggestion! This is probably equivalent to the bubble sizeBy option, which sets whether the bubble’s value should be expressed by its area or its diameter.
http://api.highcharts.com/highcharts/plotOptions.bubble.sizeBy
-
Ville commented
A parameter equivalent to sizeBy sounds great! Any news on the progress?