Max value to display on graph for h axis
-
Hi, I would only like to display a max value of 3 (currently showing to 4 even though my max is 3) on my bar graph. Here is what I have, i’ve tried multiple max value texts but no luck.
[barChart width=”500px” stacked=”1″
legend=”{ position: ‘top’, maxLines: 0 }”
vaxis=”{title: ‘Category’, titleTextStyle: {color: ‘blue’}}”
haxis=”{title: ‘Level (1-Lowest to 3-Highest)’, titleTextStyle: {color: ‘blue’}}”]
[‘Level’, ‘Level’, { role: ‘style’ } ],
[‘Task Difficulty’, 1, ‘color: gray’],
[‘Competition’, 2, ‘color: #76A7FA’],
[‘Award’, 3, ‘opacity: 0.2’],
[/barChart]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Max value to display on graph for h axis’ is closed to new replies.