Here is my report,
How to change my bottom value one by one instead of scroll.
var options = {
legend:'bottom',
is3D: true
}
Here is my report,
How to change my bottom value one by one instead of scroll.
var options = {
legend:'bottom',
is3D: true
}
Copyright © 2021 Jogjafile Inc.

in order to allow multiple lines on the legend,
you must use legend position -->
'top'then you can increase the number of -->
maxLinesfrom the documentation...
see following working snippet...