There is the interactive line chart control which displays 2 lines of numbers (y - money) changing by time (x). One line is a year projection which stretches beyond second one - actual spendings. In terms of data, the projection column contains all values from the beginning date till the end of the year, the actual column is partially filled from beginning till the current date. The rest values in the actual column are filled with NULLs. The issue is when I point a mouse over a value of actual spendings it gives me wrong coordinates of the row/column pair in the underlying table.
Again, there are 3 columns: 1 with datetimes, 2 others with corresponding values. One out of these 2 is partially filled. When I mouseover a point on the chart corresponding to a non-null value in the partially filled column the event argument contains wrong coordinates of this point in the underlying table. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
