<tfoot id='sudWW'></tfoot>
  • <small id='sudWW'></small><noframes id='sudWW'>

      <bdo id='sudWW'></bdo><ul id='sudWW'></ul>

      <i id='sudWW'><tr id='sudWW'><dt id='sudWW'><q id='sudWW'><span id='sudWW'><b id='sudWW'><form id='sudWW'><ins id='sudWW'></ins><ul id='sudWW'></ul><sub id='sudWW'></sub></form><legend id='sudWW'></legend><bdo id='sudWW'><pre id='sudWW'><center id='sudWW'></center></pre></bdo></b><th id='sudWW'></th></span></q></dt></tr></i><div id='sudWW'><tfoot id='sudWW'></tfoot><dl id='sudWW'><fieldset id='sudWW'></fieldset></dl></div>

      <legend id='sudWW'><style id='sudWW'><dir id='sudWW'><q id='sudWW'></q></dir></style></legend>
      1. 如何在 Chart.js 中删除轴的线/规则?

        时间:2023-11-02

          <tbody id='t9Yjm'></tbody>

          <bdo id='t9Yjm'></bdo><ul id='t9Yjm'></ul>
            <legend id='t9Yjm'><style id='t9Yjm'><dir id='t9Yjm'><q id='t9Yjm'></q></dir></style></legend>
                  <tfoot id='t9Yjm'></tfoot>

                  <i id='t9Yjm'><tr id='t9Yjm'><dt id='t9Yjm'><q id='t9Yjm'><span id='t9Yjm'><b id='t9Yjm'><form id='t9Yjm'><ins id='t9Yjm'></ins><ul id='t9Yjm'></ul><sub id='t9Yjm'></sub></form><legend id='t9Yjm'></legend><bdo id='t9Yjm'><pre id='t9Yjm'><center id='t9Yjm'></center></pre></bdo></b><th id='t9Yjm'></th></span></q></dt></tr></i><div id='t9Yjm'><tfoot id='t9Yjm'></tfoot><dl id='t9Yjm'><fieldset id='t9Yjm'></fieldset></dl></div>

                  <small id='t9Yjm'></small><noframes id='t9Yjm'>

                  本文介绍了如何在 Chart.js 中删除轴的线/规则?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  I managed to remove all horizontale lines/rules in my chart using this:

                  scales: {
                         xAxes: [{
                          gridLines: {
                              display: false
                          }  
                      }]
                  }
                  

                  But I also want to get rid of the rule/bar that represents the Y-axis as well. But I want to keep the labels:

                  Unfortunately I can't find any option for that. I can only remove the whole axis including labels.

                  I'm using Chart.js 2.3.

                  解决方案

                  I found a way to remove this line. It's actually called the border of the axis and there's an option for it, see "Grid Line Configuration":

                  scales: {
                      yAxes: [{
                          gridLines: {
                              drawBorder: false,
                          }
                      }]
                  }
                  

                  这篇关于如何在 Chart.js 中删除轴的线/规则?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  上一篇:如何在 chart.js 或 D3 中制作阶梯线或阶梯图? 下一篇:在 Chart.js 段中嵌入唯一标识符?

                  相关文章

                1. <legend id='ruXpE'><style id='ruXpE'><dir id='ruXpE'><q id='ruXpE'></q></dir></style></legend>
                  <i id='ruXpE'><tr id='ruXpE'><dt id='ruXpE'><q id='ruXpE'><span id='ruXpE'><b id='ruXpE'><form id='ruXpE'><ins id='ruXpE'></ins><ul id='ruXpE'></ul><sub id='ruXpE'></sub></form><legend id='ruXpE'></legend><bdo id='ruXpE'><pre id='ruXpE'><center id='ruXpE'></center></pre></bdo></b><th id='ruXpE'></th></span></q></dt></tr></i><div id='ruXpE'><tfoot id='ruXpE'></tfoot><dl id='ruXpE'><fieldset id='ruXpE'></fieldset></dl></div>

                  <tfoot id='ruXpE'></tfoot>
                2. <small id='ruXpE'></small><noframes id='ruXpE'>

                        <bdo id='ruXpE'></bdo><ul id='ruXpE'></ul>