y value on column chart

0
Hi community,   I want to display the Y value in a column chart:   I have seen this post: Mendix Community - Question Details However, when I add  { “mode”: “lines+markers+text”, "texttemplate": "%{y}", “textposition”: “top center” } to the advances tab in de series item:     I get an error in the mendix console:   And in the app:   Does anyone have a solutions?
asked
1 answers
1

Hi Erik Diepstraten,

You can just add Y value in Tooltip hover text which is available in series.

 

answered