My application need the ability to display data using a logarithmic X axis. Kendo doesn't seem to do this but it is available with Flot using a transform option. xaxis: { transform: function (v) { return Math.log(v); }, inverseTransform: function (v) { return Math.exp(v); } }, The transform function supports many other was of reinterpreting the axis so it does much more than just Logarithmic displays. I love the look of Kendo. Please consider adding this to your visualization package!
Hi,
We are declining this item due to low interest.
Regards,
Viktor Tachev
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.