--
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-visualizati...@googlegroups.com.
To post to this group, send email to google-visua...@googlegroups.com.
Visit this group at http://groups.google.com/group/google-visualization-api?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
Hello, I believe that we can figure something out. Just so we're clear, you want a single chart, with a line for dataset 1 and a scatter overlay for dataset 2? How do you plan to present dataset2 as a ScatterChart when your first column is discrete? A ScatterChart requires both of your axes to be continuous. If you do not want to change the column to be continuous, then you can just use annotations to show the news stories. You'll wind up with something that looks sort of like the chart on Google Finance.If you do choose to change the data type of that column, then you can have a line chart where the options of the second series (your news) set the lineWidth to 0 and the pointSize to >0 so you wind up with points but not lines. This will effectively give you a ScatterChart.
- Sergey
On Mon, Apr 22, 2013 at 3:26 PM, Angel Ortiz <angel.lu...@gmail.com> wrote:
Greetings:I am trying to pull something off, but I am not quite sure if it can be done on the visualization api. I have already researched similar solutions to no avail.I have the following two separate spreadsheet with data as follows:1.visits | month1000 | January2000 | February3000 | March2.newsname | datenews1 | jan 31 2013news2 | feb 28 2013news3 | mar 30 2013I want #1 to be a line chart with a scatter overlay for the 2nd one. My goal is to show a correlation between news items and their impact on the overall amount of hits.Can this be done?If not, are you able to recommend another api that can get this done?Thanks in advance.
--
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-visualizati...@googlegroups.com.
- Sergey
To unsubscribe from this group and stop receiving emails from it, send an email to google-visualization-api+unsub...@googlegroups.com.