icCube Reporting AmChart balloon text fromatting -


working amchart bubble in iccube reporting, if leave default balloon behavior, enter image description here

which want... want replace x, y , value parameterized axis names... tried put <b>[[title]]</b></br>evo @{anneerefselected} - @{anneefinselected} : [[x]]</br>pdm séjours @{anneefinselected} : [[y]]</br> <b>séjours @{anneefinselected} : [[value]]</b> in widget's graph.balloon text property instead... :

  1. the formatting of numbers has gone
  2. i loose series name

enter image description here

any appreciated, thxs.

currently can use fvalue formatted version of value column, third in case. unfortunatly, there no version x , y (fx, fy). add future versions.

on meantime value columns have formatted version can use this. assuming have following column labels: column0, column1, column2, column3, have add following balloon text:

<b>[[column0]]</b></br>evo @{anneerefselected} - @{anneefinselected} : [[column1formatted]]</br>pdm séjours @{anneefinselected} : [[column2formatted]]</br> <b>séjours @{anneefinselected} : [[column3formatted]]</b> 

here example, pivot table on right side contains underlying data of bubble chart: enter image description here


Comments

Popular posts from this blog

Java 3D LWJGL collision -

spring - SubProtocolWebSocketHandler - No handlers -

methods - python can't use function in submodule -