English 中文(简体)
Google Charts: chxl and bhg
原标题:
http://chart.apis.google.com/chart?cht=bhg&chd=t:3771.5,3220|5508.25,5366.75&
chs=400x200&chds=0,9000&chxt=x&chxr=0,0,9000&
chm=N*cUSD2s*,000000,0,-1,11|N*cUSD2s*,000000,1,-1,11&chco=4D89D9,C6D9FD

How to put label for each group?

chxl=1:|Mean|Median - should do something like this, but result is nothing

By groups I mean this numbers: 1 = { 3771.5, 5508.25 }, 2 = { 3220, 5366.75 }

最佳回答

Try appending this:

&chxt=x,y,r&chxl=2:|Mean|Median|

It might not be exactly what you want, but it works fine when I tried it.

问题回答

暂无回答




相关问题
Editing legend name on an excel chart using C#

I want to edit the name of the legends given on my excel chart. Right now I have 5 Series on a chart and the legend displays the names "Series 1", "Series 2", "Series 3", "Series 4", "Series 5". I ...

Flash charts that can map/dither the data on X axis

I looked at different flash chart software (free and commercial) and could find only one that supports the feature I want: map my dataset on the predefined X axis. Let me give an example. Let s say ...

Grid Chart using GWT

Is there any library in gwt that will create grid chart, something similar to this : http://www.eyescience.com/images/vision/amsler_grid.gif. Thank you.

Microsoft .Net Chart Control not showing markers

I m using the Microsoft Chart Controls for Microsoft .NET Framework 3.5 and am having a spot of trouble getting Data Markers to show on the image. I m generating the chart at run-time, so can t just ...

Drawing 3D bar graphs using PHP?

I m looking to draw a 3d bar graph similar to the one below alt text http://techportal.co.za/article_images/image004.png My problem is that I can t seem to find any useful library that can do this ...

热门标签