Declined
Last Updated: 01 Oct 2021 12:49 by ADMIN
voripteth
Created on: 05 Aug 2013 22:37
Category: Kendo UI for jQuery
Type: Feature Request
2
Add functions to transform X and Y axis. (logarithmic displays and more)
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!
1 comment
ADMIN
Viktor Tachev
Posted on: 01 Oct 2021 12:49

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/.