Data Visualization Blog Part 3:Part A To select a particular range of data from the google docs
The part 2 was a simpler example to create a chart on the google doc where we could manipulate the data as per our whims and fancies.
In reality the situation is quite difficult as the client google doc or even yours can have a huge amount of data.
We need to manipulate the code to select a range of data
We are running a series of two subparts of this blog Part A and Part B.
Part A I have taken reference entirely from the prof blog "http://visual.yantrajaal.com/2013/12/creating-google-charts-from-google-docs.html"
In this we need to look at the chart based on the following selection of the data
1) Data to be picked up from sheet named "Demo3"
2) Within this sheet, from the range C3:I23
3) Within this range from the columns C, D, G, H
4) Given the nature of the data we would like to multiply column G by 1000 before it is plotted #
In reality the situation is quite difficult as the client google doc or even yours can have a huge amount of data.
We need to manipulate the code to select a range of data
We are running a series of two subparts of this blog Part A and Part B.
Part A I have taken reference entirely from the prof blog "http://visual.yantrajaal.com/2013/12/creating-google-charts-from-google-docs.html"
In this we need to look at the chart based on the following selection of the data
1) Data to be picked up from sheet named "Demo3"
2) Within this sheet, from the range C3:I23
3) Within this range from the columns C, D, G, H
4) Given the nature of the data we would like to multiply column G by 1000 before it is plotted #
Comments
Post a Comment