tush1r / google-motion-charts-with-r

Automatically exported from code.google.com/p/google-motion-charts-with-r
0 stars 0 forks source link

Dataframes columns with nulls are not generating lines with gvisLineChart #23

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Create a dataframe, where one col has all number values, another has some 
numeric values and the rest NULL

What is the expected output?
Two lines, one shorter than the other (ie, does not draw anything for nulls)

What do you see instead?
Only the line that contains no nulls

What version of the product are you using?
0.4.2
On what operating system?
OS X Mountain Lion

Please provide any additional information below.

Original issue reported on code.google.com by gtil...@gmail.com on 28 Mar 2013 at 12:21

GoogleCodeExporter commented 9 years ago
Email exchange clarified differences between NULL and NA in R,

Original comment by markus.g...@googlemail.com on 28 Mar 2013 at 9:06