Hello,
In kibana 4.0.2 I used to have a visualization that automatically scale the Y axis. Thus, when the number was 10^6 to #M or 10^12 #T. This functionality seemed not to be working in the same visualization ported to Kibana 4.1.
I have manage to apply a script in the advance JSON input of the visualization to force scale the number presented in the Y axis using the documentation presented below and
enabling dynamic scripting (script.disable_dynamic: true)
As you could understand I prefer not to enable the dynamic scripting for this type of functionality. I could not find any other adjacent way to do this. Is this a BUG or a known issue?
All the best,
Carlos Fernando