Hello, I need to place varying numbers of 1px-high black lines across the width of each bar in a stacked bar chart. The lines need to be placed at arbitrary locations on the bars (i.e., not at existing data point locations).
I am able to place such a line on a simple stacked bar chart at an existing data point location, but I can't duplicated it at an arbitrary x,y location. I've tried placing the @ symbol in front of the H (and also representing the @ as @ since I am using this in an <img> tag), but I can't get it to work. Also, once I do get it to work...is it possible to automatically place the lines at a specified pixel height on each bar, rather than having to use exact floating point x,y values for placement? Thanks, BA (not Baracus) Here's the configuration that works for placing a line at an existing data value: https://chart.googleapis.com/chart?chs=250x300& chs=250x300& chd=t:5,7,5,7,6|11,9,14,10,8|34,31,29,38,25|17,22,18,18,19| 5,9,14,3,7& cht=bvs& chbh=30,5& chco=FFC59B,AEE6A0,57B9D8,814CFD,F94881& chxt=x,y& chm=H,000000,2,3,1:30 For the last line, I am trying to do something like this instead: chm=@H,000000,2,0.4:0.4,1:30 -- You received this message because you are subscribed to the Google Groups "Google Chart API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-chart-api?hl=en.
