java - Y Axis is not displaying correct figure for Millions and Billions in JFreeChart -


while generating bar graph using jfreechart, getting billions , millions value in scientific numeric format, having less readability,

enter image description here

there way, can value using jfreechart.

enter image description here

it has dynamic million, billions value. appreciated.

use invoke setnumberformatoverride() on plot's numberaxis, shown here. you'll need custom numberformat, possibly using 1 of approach shown here or here.


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

python - ValueError: No axis named 1 for object type <class 'pandas.core.series.Series'> -

Command prompt result in label. Python 2.7 -