Click here to Skip to main content
15,893,487 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
value display the center of the each bar and display in horizontal google column chart.

What I have tried:

CSS
annotations: {
                 
                 interpolateNulls: true,
                 stem : 'none',
                 stemColor : 'none',
                 textStyle: {
                 color: 'black',
                 fontSize: 12,
                 fontname: 'Calibri',
                 fontbold: true,
                 auraColor: 'transparent',
                 Horizantal : true,
                 },
                 style: 'line',
          },
Posted
Updated 25-Oct-16 18:55pm
v2
Comments
Suvendu Shekhar Giri 26-Oct-16 2:18am    
Can you host this in JSFiddle?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900