Hi, the way you're phrasing this doesn't really make sense. Axes have to have a consistent scale, and while you can make one column seemingly have multiple values, that'll be more difficult to visualize with multiple columns. Take the following example: User1 has 20 emails, and 30 activities User2 has 21 emails, and 22 activities There is no way (visually) that you can make both users only have one column and have each of those columns align with the right numbers on the axes. However, if you're willing to forego the requirement of only one column and two axes, I think your chart would look great as a stacked column chart with only one axis.
- Sergey On Thu, Dec 20, 2012 at 4:02 AM, Arthur Shvetsov <[email protected]>wrote: > Hi, guys! > > How can I display two different values for a single column in column chart > on left and right vAxis? > For example, I have a *single *column 'user' and I need to show his > number of emails on left vAxis, and number of activities on right vAxis. > I know, that i can create *two *seperate columns and map each of them to > specific axis, but it's not a solution for me.. > > Thanks! > > -- > You received this message because you are subscribed to the Google Groups > "Google Visualization API" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/google-visualization-api/-/LUypiS8msqQJ. > 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. > -- 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.
