diff (scatter) Chart - formatting individual points

45 views
Skip to first unread message

Piet Van Haute

unread,
Nov 30, 2016, 6:20:10 AM11/30/16
to Google Visualization API

Hi,

does anybody know if it is possible to individually set the formatting (point size and color e.g.) of each datapoint in a Google diffChart (based on scatter graph)?

 

many thanks,

P.

Daniel LaLiberte

unread,
Nov 30, 2016, 9:42:48 AM11/30/16
to Google Visualization API
Unfortunately, the diff charts are very limited in capability.  We intend to replace the diff capability with some form of 'interval' feature in the future, so it may be used more generally.

--
You received this message because you are subscribed to the Google Groups "Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-visualization-api+unsub...@googlegroups.com.
To post to this group, send email to google-visualization-api@googlegroups.com.
Visit this group at https://groups.google.com/group/google-visualization-api.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-visualization-api/f929ef5d-7a24-45a0-bef1-f3ab542a93de%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.



--

Piet Van Haute

unread,
Nov 30, 2016, 9:49:21 AM11/30/16
to Google Visualization API
thank you Daniel ...
anything more specific on the timing?
(i really like this 'dfiff chart' ... trying to mimic a meaningful bubble chart (= including also a 'movement' notion to it)
great stuff
p


On Wednesday, November 30, 2016 at 3:42:48 PM UTC+1, Daniel LaLiberte wrote:
Unfortunately, the diff charts are very limited in capability.  We intend to replace the diff capability with some form of 'interval' feature in the future, so it may be used more generally.
On Wed, Nov 30, 2016 at 6:20 AM, Piet Van Haute <pietva...@gmail.com> wrote:

Hi,

does anybody know if it is possible to individually set the formatting (point size and color e.g.) of each datapoint in a Google diffChart (based on scatter graph)?

 

many thanks,

P.

--
You received this message because you are subscribed to the Google Groups "Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-visualization-api+unsub...@googlegroups.com.
To post to this group, send email to google-visua...@googlegroups.com.



--

Daniel LaLiberte

unread,
Nov 30, 2016, 10:00:40 AM11/30/16
to Google Visualization API
I can't say anything about the timing other than, not soon.

You could actually build your own scatter diff chart on top of the current charts, by adding a series to draw the lines, etc.  

On Wed, Nov 30, 2016 at 9:49 AM, Piet Van Haute <pietva...@gmail.com> wrote:
thank you Daniel ...
anything more specific on the timing?
(i really like this 'dfiff chart' ... trying to mimic a meaningful bubble chart (= including also a 'movement' notion to it)
great stuff
p

On Wednesday, November 30, 2016 at 3:42:48 PM UTC+1, Daniel LaLiberte wrote:
Unfortunately, the diff charts are very limited in capability.  We intend to replace the diff capability with some form of 'interval' feature in the future, so it may be used more generally.
On Wed, Nov 30, 2016 at 6:20 AM, Piet Van Haute <pietva...@gmail.com> wrote:

Hi,

does anybody know if it is possible to individually set the formatting (point size and color e.g.) of each datapoint in a Google diffChart (based on scatter graph)?

 

many thanks,

P.

--
You received this message because you are subscribed to the Google Groups "Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-visualization-api+unsubscr...@googlegroups.com.



--

--
You received this message because you are subscribed to the Google Groups "Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-visualization-api+unsub...@googlegroups.com.
To post to this group, send email to google-visualization-api@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.



--

Piet Van Haute

unread,
Nov 30, 2016, 10:30:52 AM11/30/16
to Google Visualization API
thx Daniel,
will try that
... as i have you on the 'line' ... do you know how to have the label (on a bubble chart) split over multiple lines? (and perhaps even reposition the label so that it shows out of the bubble to avoid overlaps?)
thx up front
p


On Wednesday, November 30, 2016 at 4:00:40 PM UTC+1, Daniel LaLiberte wrote:
I can't say anything about the timing other than, not soon.

You could actually build your own scatter diff chart on top of the current charts, by adding a series to draw the lines, etc.  
On Wed, Nov 30, 2016 at 9:49 AM, Piet Van Haute <pietva...@gmail.com> wrote:
thank you Daniel ...
anything more specific on the timing?
(i really like this 'dfiff chart' ... trying to mimic a meaningful bubble chart (= including also a 'movement' notion to it)
great stuff
p

On Wednesday, November 30, 2016 at 3:42:48 PM UTC+1, Daniel LaLiberte wrote:
Unfortunately, the diff charts are very limited in capability.  We intend to replace the diff capability with some form of 'interval' feature in the future, so it may be used more generally.
On Wed, Nov 30, 2016 at 6:20 AM, Piet Van Haute <pietva...@gmail.com> wrote:

Hi,

does anybody know if it is possible to individually set the formatting (point size and color e.g.) of each datapoint in a Google diffChart (based on scatter graph)?

 

many thanks,

P.

--
You received this message because you are subscribed to the Google Groups "Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-visualization-api+unsub...@googlegroups.com.



--

--
You received this message because you are subscribed to the Google Groups "Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-visualization-api+unsub...@googlegroups.com.
To post to this group, send email to google-visua...@googlegroups.com.
Visit this group at https://groups.google.com/group/google-visualization-api.



--

Daniel LaLiberte

unread,
Nov 30, 2016, 10:40:00 AM11/30/16
to Google Visualization API
Not sure it will work, but try adding a newline character into your label.  e.g. 'Testing\nOne\nTwo\nThree'.

On Wed, Nov 30, 2016 at 10:30 AM, Piet Van Haute <pietva...@gmail.com> wrote:
thx Daniel,
will try that
... as i have you on the 'line' ... do you know how to have the label (on a bubble chart) split over multiple lines? (and perhaps even reposition the label so that it shows out of the bubble to avoid overlaps?)
thx up front
p

On Wednesday, November 30, 2016 at 4:00:40 PM UTC+1, Daniel LaLiberte wrote:
I can't say anything about the timing other than, not soon.

You could actually build your own scatter diff chart on top of the current charts, by adding a series to draw the lines, etc.  
On Wed, Nov 30, 2016 at 9:49 AM, Piet Van Haute <pietva...@gmail.com> wrote:
thank you Daniel ...
anything more specific on the timing?
(i really like this 'dfiff chart' ... trying to mimic a meaningful bubble chart (= including also a 'movement' notion to it)
great stuff
p

On Wednesday, November 30, 2016 at 3:42:48 PM UTC+1, Daniel LaLiberte wrote:
Unfortunately, the diff charts are very limited in capability.  We intend to replace the diff capability with some form of 'interval' feature in the future, so it may be used more generally.
On Wed, Nov 30, 2016 at 6:20 AM, Piet Van Haute <pietva...@gmail.com> wrote:

Hi,

does anybody know if it is possible to individually set the formatting (point size and color e.g.) of each datapoint in a Google diffChart (based on scatter graph)?

 

many thanks,

P.

--
You received this message because you are subscribed to the Google Groups "Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-visualization-api+unsubscr...@googlegroups.com.



--

--
You received this message because you are subscribed to the Google Groups "Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-visualization-api+unsubscr...@googlegroups.com.

To post to this group, send email to google-visua...@googlegroups.com.
Visit this group at https://groups.google.com/group/google-visualization-api.



--

--
You received this message because you are subscribed to the Google Groups "Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-visualization-api+unsub...@googlegroups.com.
To post to this group, send email to google-visualization-api@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.



--
Reply all
Reply to author
Forward
0 new messages