restrict max number of value on data point in bar chart
Hello,
If my number is above 999% or -999% i want to show on my bar chart exactly this number, and show the real value only after I hover on this number (in some kind of text label maybe i think)
Is it possible to do that? now in expression i declare number format which looks like that:
num(number,','# ##0%')
maybe dual function will help here? If yes, I would be very grateful for example