How to avoid decimal places on Y axis but have them on tooltip

Hello guys, I would like to know if it’s there any way to remove the decimal places from Y axis but leave them on the tooltip?

What I would like to accomplish

what is your data source? How does it have it in the data source?
how do you have your Standard options look like?

image

My data can be something like

|id|year|category|gas_type|party|quantity|
|---|---|---|---|---|---|
|65|1990|TG|\N|pt|59,4733547393750|
|66|1991|TG|\N|pt|61,3974879096400|
|67|1992|TG|\N|pt|65,2431112822150|
|68|1993|TG|\N|pt|63,7454688583370|
|69|1994|TG|\N|pt|64,6526264614230|
|70|1995|TG|\N|pt|69,3063438260580|
|71|1996|TG|\N|pt|67,0128249355190|

AND

My standard options are with auto value

Then on overrides I make this

But this sets the Y axis with decimals to

1 Like

i think that is by design and it makes sense I think.

But maybe you might want to look into

It works independently

1 Like