Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Is there a way to plot data on a ternary diagram as shown above?
I would like to see points drawn for certain compositions of e.g. 40% A 40% B 20% C
Thanks!
Did you solve this? The only solution I can think of right now would be plotting it out on a map chart using line/point layers to draw it up.
It'd be quite long winded.
That or look for a D3 / Chart.js implementation and build your own chart extension.