move points vertically on line chart

91 views
Skip to first unread message

cyril

unread,
Jan 8, 2012, 10:12:06 AM1/8/12
to Google Visualization API
Would it be possible to have a line cart
http://code.google.com/intl/en-EN/apis/chart/interactive/docs/gallery/linechart.html
and be ableto move points vertically, dragging them?

thanks

cyril

unread,
Jan 8, 2012, 1:01:17 PM1/8/12
to Google Visualization API
also do you know if this is planned to do smooth line chart, like
spline charts or quadratic lines?

thanks

Allomorphy

unread,
Jan 8, 2012, 3:51:05 PM1/8/12
to Google Visualization API
Hi

I developed area charts with multiple series (colors) all on the
same trace. The enclosed png makes this clear.

I completed coding on November 28 and released the work.

Nothing like giving a live demo to a client to find bugs :)

Two things are not happening that were happening before
when testing before release.

1. The dates were printing at a rate of about 10 per graph and
now there is only one date printing.
2. There is full interactivity on the graph. However when I
mouse over the little colored blocks in the legend on top right,
then a) that seres in the graph is not emphasised like ti used to
be and b) all interactivity in the graph is then not available
any more.

Has there been any API change to account for 1. above?
Regarding 2. where should I look for this cause, perhaps it is
because I use explicit emphasis already on some of the series
(phase 1 to 5 to be exact), that causes this behaviour.

Thanks for any clues.

--
Eric

area_chart_with_dates_on_x_axis.PNG

MC Get Vizzy

unread,
Jan 8, 2012, 3:59:41 PM1/8/12
to google-visua...@googlegroups.com
Dragging points is not supported.  But you should be able to get smooth lines by setting curveType='function' in the options.

Hope that helps,

MC Get Vizzy


thanks

--
You received this message because you are subscribed to the Google Groups "Google Visualization API" group.
To post to this group, send email to google-visua...@googlegroups.com.
To unsubscribe from this group, send email to google-visualizati...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-visualization-api?hl=en.


cyril

unread,
Jan 9, 2012, 12:09:43 PM1/9/12
to Google Visualization API
thanks Vizzy

Do you know why it's not supported

google chart tools seems to support events
http://code.google.com/intl/fr-FR/apis/chart/interactive/docs/events.html
and can be dynamic http://code.google.com/intl/fr-FR/apis/chart/interactive/docs/gallery/motionchart.html
so why not?

asgallant

unread,
Jan 9, 2012, 12:21:47 PM1/9/12
to google-visua...@googlegroups.com
It is probably technically possible, but it would involve a great deal of work to make it happen.  Note that the MotionCharts (and AnnotatedTimelines) are Flash-based, not SVG-based like most of the other charts, so some things that are relatively easy to do with them are more difficult to implement in the other charts (and vise-versa).
Reply all
Reply to author
Forward
0 new messages