C3 stacked bar chart Customized











up vote
0
down vote

favorite












enter image description here



Screencast URL



I want to customize the c3 graph.

If you look at the image, you can see a stacked graph.

During this stack, I want the green rect down to become 'overlap'.



The purpose of the figure is to transform the square yellow on the x-axis into the square red. The following code is the default code for a stack chart.



                var chart = c3.generate({
bindto : parentId,
data: {
columns: [
['data1', 30, 200, 200, 400, 150, 250],
['data2', 130, 100, 100, 200, 150, 50],
['data3', 230, 200, 200, 300, 250, 250]
],
type: 'bar',
groups: [
['data1', 'data2','data3']
],
selection: {
enabled: true
}
},
grid: {
y: {
lines: [{value:0}]
}
}
});


d3 Select by selector Selecting the engine drawn in the straight path of the graph. You need to customize the path when customizing the "chart.internal.mainBar._groups [2]" selection.










share|improve this question




























    up vote
    0
    down vote

    favorite












    enter image description here



    Screencast URL



    I want to customize the c3 graph.

    If you look at the image, you can see a stacked graph.

    During this stack, I want the green rect down to become 'overlap'.



    The purpose of the figure is to transform the square yellow on the x-axis into the square red. The following code is the default code for a stack chart.



                    var chart = c3.generate({
    bindto : parentId,
    data: {
    columns: [
    ['data1', 30, 200, 200, 400, 150, 250],
    ['data2', 130, 100, 100, 200, 150, 50],
    ['data3', 230, 200, 200, 300, 250, 250]
    ],
    type: 'bar',
    groups: [
    ['data1', 'data2','data3']
    ],
    selection: {
    enabled: true
    }
    },
    grid: {
    y: {
    lines: [{value:0}]
    }
    }
    });


    d3 Select by selector Selecting the engine drawn in the straight path of the graph. You need to customize the path when customizing the "chart.internal.mainBar._groups [2]" selection.










    share|improve this question


























      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      enter image description here



      Screencast URL



      I want to customize the c3 graph.

      If you look at the image, you can see a stacked graph.

      During this stack, I want the green rect down to become 'overlap'.



      The purpose of the figure is to transform the square yellow on the x-axis into the square red. The following code is the default code for a stack chart.



                      var chart = c3.generate({
      bindto : parentId,
      data: {
      columns: [
      ['data1', 30, 200, 200, 400, 150, 250],
      ['data2', 130, 100, 100, 200, 150, 50],
      ['data3', 230, 200, 200, 300, 250, 250]
      ],
      type: 'bar',
      groups: [
      ['data1', 'data2','data3']
      ],
      selection: {
      enabled: true
      }
      },
      grid: {
      y: {
      lines: [{value:0}]
      }
      }
      });


      d3 Select by selector Selecting the engine drawn in the straight path of the graph. You need to customize the path when customizing the "chart.internal.mainBar._groups [2]" selection.










      share|improve this question















      enter image description here



      Screencast URL



      I want to customize the c3 graph.

      If you look at the image, you can see a stacked graph.

      During this stack, I want the green rect down to become 'overlap'.



      The purpose of the figure is to transform the square yellow on the x-axis into the square red. The following code is the default code for a stack chart.



                      var chart = c3.generate({
      bindto : parentId,
      data: {
      columns: [
      ['data1', 30, 200, 200, 400, 150, 250],
      ['data2', 130, 100, 100, 200, 150, 50],
      ['data3', 230, 200, 200, 300, 250, 250]
      ],
      type: 'bar',
      groups: [
      ['data1', 'data2','data3']
      ],
      selection: {
      enabled: true
      }
      },
      grid: {
      y: {
      lines: [{value:0}]
      }
      }
      });


      d3 Select by selector Selecting the engine drawn in the straight path of the graph. You need to customize the path when customizing the "chart.internal.mainBar._groups [2]" selection.







      javascript d3.js c3.js






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Nov 20 at 4:25









      rioV8

      3,8282211




      3,8282211










      asked Nov 20 at 4:19









      김규현

      32




      32





























          active

          oldest

          votes











          Your Answer






          StackExchange.ifUsing("editor", function () {
          StackExchange.using("externalEditor", function () {
          StackExchange.using("snippets", function () {
          StackExchange.snippets.init();
          });
          });
          }, "code-snippets");

          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "1"
          };
          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: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          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
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53386159%2fc3-stacked-bar-chart-customized%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




















































          Thanks for contributing an answer to Stack Overflow!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.





          Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


          Please pay close attention to the following guidance:


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53386159%2fc3-stacked-bar-chart-customized%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

          To store a contact into the json file from server.js file using a class in NodeJS

          Redirect URL with Chrome Remote Debugging Android Devices

          Dieringhausen