Google Sheet Line Chart where series are in rows











up vote
0
down vote

favorite












I have a Google Sheet with data in the following format:



| Timestamp        | Sensor | Value |
|------------------|--------|-------|
| 2018-11-14 0:00 | A | 100 |
| 2018-11-14 0:01 | A | 100 |
| 2018-11-14 0:02 | A | 105 |
| ... | A | ... |
| 2018-11-14 23:59 | A | 70 |
| 2018-11-15 0:00 | A | 85 |
| ... | A | ... |
| 2018-11-15 23:59 | A | 70 |
| 2018-11-14 0:00 | B | 42 |
| 2018-11-14 0:01 | B | 43 |
| 2018-11-14 0:02 | B | 44 |
| ... | B | ... |
| 2018-11-14 23:59 | B | 38 |
| 2018-11-15 0:00 | C | 41 |
| ... | C | ... |
| 2018-11-15 23:59 | C | 49 |


Each sensor has a row for each minute of the day with a corresponding value recorded at that minute. I would like to generate a line chart where there is a series for each sensor for each day.




  • A 2018-11-14

  • A 2018-11-15

  • B 2018-11-14

  • B 2018-11-15

  • C 2018-11-14

  • C 2018-11-15


So the x-axis should show the time of the day (without the date component) and the y-axis should show the value for that minute of the day.



How can I generate this chart (hopefully with minimal data manipulation).










share|improve this question















migrated from superuser.com Nov 14 at 18:43


This question came from our site for computer enthusiasts and power users.



















    up vote
    0
    down vote

    favorite












    I have a Google Sheet with data in the following format:



    | Timestamp        | Sensor | Value |
    |------------------|--------|-------|
    | 2018-11-14 0:00 | A | 100 |
    | 2018-11-14 0:01 | A | 100 |
    | 2018-11-14 0:02 | A | 105 |
    | ... | A | ... |
    | 2018-11-14 23:59 | A | 70 |
    | 2018-11-15 0:00 | A | 85 |
    | ... | A | ... |
    | 2018-11-15 23:59 | A | 70 |
    | 2018-11-14 0:00 | B | 42 |
    | 2018-11-14 0:01 | B | 43 |
    | 2018-11-14 0:02 | B | 44 |
    | ... | B | ... |
    | 2018-11-14 23:59 | B | 38 |
    | 2018-11-15 0:00 | C | 41 |
    | ... | C | ... |
    | 2018-11-15 23:59 | C | 49 |


    Each sensor has a row for each minute of the day with a corresponding value recorded at that minute. I would like to generate a line chart where there is a series for each sensor for each day.




    • A 2018-11-14

    • A 2018-11-15

    • B 2018-11-14

    • B 2018-11-15

    • C 2018-11-14

    • C 2018-11-15


    So the x-axis should show the time of the day (without the date component) and the y-axis should show the value for that minute of the day.



    How can I generate this chart (hopefully with minimal data manipulation).










    share|improve this question















    migrated from superuser.com Nov 14 at 18:43


    This question came from our site for computer enthusiasts and power users.

















      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      I have a Google Sheet with data in the following format:



      | Timestamp        | Sensor | Value |
      |------------------|--------|-------|
      | 2018-11-14 0:00 | A | 100 |
      | 2018-11-14 0:01 | A | 100 |
      | 2018-11-14 0:02 | A | 105 |
      | ... | A | ... |
      | 2018-11-14 23:59 | A | 70 |
      | 2018-11-15 0:00 | A | 85 |
      | ... | A | ... |
      | 2018-11-15 23:59 | A | 70 |
      | 2018-11-14 0:00 | B | 42 |
      | 2018-11-14 0:01 | B | 43 |
      | 2018-11-14 0:02 | B | 44 |
      | ... | B | ... |
      | 2018-11-14 23:59 | B | 38 |
      | 2018-11-15 0:00 | C | 41 |
      | ... | C | ... |
      | 2018-11-15 23:59 | C | 49 |


      Each sensor has a row for each minute of the day with a corresponding value recorded at that minute. I would like to generate a line chart where there is a series for each sensor for each day.




      • A 2018-11-14

      • A 2018-11-15

      • B 2018-11-14

      • B 2018-11-15

      • C 2018-11-14

      • C 2018-11-15


      So the x-axis should show the time of the day (without the date component) and the y-axis should show the value for that minute of the day.



      How can I generate this chart (hopefully with minimal data manipulation).










      share|improve this question















      I have a Google Sheet with data in the following format:



      | Timestamp        | Sensor | Value |
      |------------------|--------|-------|
      | 2018-11-14 0:00 | A | 100 |
      | 2018-11-14 0:01 | A | 100 |
      | 2018-11-14 0:02 | A | 105 |
      | ... | A | ... |
      | 2018-11-14 23:59 | A | 70 |
      | 2018-11-15 0:00 | A | 85 |
      | ... | A | ... |
      | 2018-11-15 23:59 | A | 70 |
      | 2018-11-14 0:00 | B | 42 |
      | 2018-11-14 0:01 | B | 43 |
      | 2018-11-14 0:02 | B | 44 |
      | ... | B | ... |
      | 2018-11-14 23:59 | B | 38 |
      | 2018-11-15 0:00 | C | 41 |
      | ... | C | ... |
      | 2018-11-15 23:59 | C | 49 |


      Each sensor has a row for each minute of the day with a corresponding value recorded at that minute. I would like to generate a line chart where there is a series for each sensor for each day.




      • A 2018-11-14

      • A 2018-11-15

      • B 2018-11-14

      • B 2018-11-15

      • C 2018-11-14

      • C 2018-11-15


      So the x-axis should show the time of the day (without the date component) and the y-axis should show the value for that minute of the day.



      How can I generate this chart (hopefully with minimal data manipulation).







      google-sheets






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Nov 15 at 14:26









      serenesat

      8,48692040




      8,48692040










      asked Nov 14 at 18:25







      Brylin Levin











      migrated from superuser.com Nov 14 at 18:43


      This question came from our site for computer enthusiasts and power users.






      migrated from superuser.com Nov 14 at 18:43


      This question came from our site for computer enthusiasts and power users.





























          active

          oldest

          votes











          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "34"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          convertImagesToLinks: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          noCode: true, onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });














           

          draft saved


          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fwebapps.stackexchange.com%2fquestions%2f122213%2fgoogle-sheet-line-chart-where-series-are-in-rows%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





























          active

          oldest

          votes













          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes
















           

          draft saved


          draft discarded



















































           


          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fwebapps.stackexchange.com%2fquestions%2f122213%2fgoogle-sheet-line-chart-where-series-are-in-rows%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Список кардиналов, возведённых папой римским Каликстом III

          Deduzione

          Mysql.sock missing - “Can't connect to local MySQL server through socket”