Cristi S. Report post Posted August 13, 2017 Hi there, Your pyramid looks linear, i.e. the height of each segment is proportional with item's value. However, there is another known mode, called surface, in which the area of each segment (instead of its height), is proportional with item's value. Do you have a flag to easily switch from one mode to another? Or do you already have a fiddle with height calculations for each segment if we want this last mode? Best Regards, Cristian Share this post Link to post Share on other sites
Ayan Bhadury Report post Posted August 14, 2017 Hi, Can you please elaborate about your requirement with a sample image so that we can assist you further regarding this. Awaiting for your response. Share this post Link to post Share on other sites
Cristi S. Report post Posted August 14, 2017 Of course, Ayan. (This could actually help you guys decide about this feature, at some point in time... :)) Here is a linear pyramid: http://jsfiddle.net/cristiscu/sbt6bbfh/6/ And here is the surface pyramid: http://jsfiddle.net/cristiscu/sbt6bbfh/7/. The only change was in the "pyramidMode" value. Compare now the top segment from these charts. In the first chart, its height is 15% of the full pyramid height. In the surface pyramid, its area was made bigger, to show 15% of the whole pyramid surface. FYI: pyramidMode, valueRepresents, PyramidValueType. Cheers, Cristian Share this post Link to post Share on other sites
Ayan Bhadury Report post Posted August 16, 2017 Hi, As of now, it is not possible, however, we are looking into the feasibility, we will let you know if there is any update. Share this post Link to post Share on other sites