Hi VizGuy, A little off topic but is the feature request list viewable to the public? It would be nice to know the priority of the list items so we can gage what might be included in upcoming releases.
Axis formatters would be cool, they get passed the raw axis value and allow you to manipulate it for presentation. So is there currently no way that we can resolve this issue? I had a look at the output in firefug and you can manually edit the markup to hide the yAxis values by altering the fill attribute of the text nodes. <text text-anchor="end" x="66" y="181" font-family="Arial" font- size="17" fill="white">1200</text> I don't see how you could differentiate the yAxis text nodes from the other text nodes however (ie xAxis, title etc) so it might not be a viable hack solution. I also noticed that altering the inner value of the text node (ie "1200") doesn't alter the output on the page, not sure why but then again I don't know anything about svg, but it seems to rule out making your own custom axis formatter. Would you recommend against manipulating the outputted HTML to work around this issue? Regards Joseph On Apr 16, 11:07 pm, VizGuy <[email protected]> wrote: > There is no way to control the color of the axis legend, or to hide it > completely for this chart. > I will add a feature request for this. > > Regards, > VizGuy > > On Thu, Apr 16, 2009 at 3:53 PM, Mayank Gupta <[email protected]>wrote: > > > > > Hi > > same thing I am looking for I have data like Ice off date each year. > > So X-axis is like Years and Y-axis is Date. > > I used Jullian Day to solve the problem because date can be on Y-axis. > > But I want to format it or If possible I want to hide Y-axis values. > > > Please Help Us > > > On Apr 16, 5:18 am, Doomsday <[email protected]> wrote: > > > Hi All, > > > > I have a line chart. > > > The line chart plots the time it took for a person to jog a specific > > > distance. > > > > xAxis => the date they performed the jog > > > yAxis => the seconds it took to do the jog > > > > The problem is that the values on the yAxis are not very helpful to > > > the user. For example if the jog takes 20mins, then the yAxis will > > > show 1200. > > > > I can format the value at the point by doing { v:1200, f:"20:00" } > > > > Is it possible to hide the values along the yAxis? It would be helpful > > > if I could set the font color of the yAxis to white but I can't see an > > > option for this. > > > > or > > > > Is it possible to have the yAxis not be a number, like a date or > > > timeofday, I don't think this is possible however... > > > > Does anyone have any suggestions?? > > > > Thanks > > > Joseph --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Visualization 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-visualization-api?hl=en -~----------~----~----~----~------~----~------~--~---
