<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 中删除轴的线/规则?

        How to remove the line/rule of an axis in Chart.js?(如何在 Chart.js 中删除轴的线/规则?)

          <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 中删除轴的线/规则?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  ChartJS Version 3 - common legend for multiple line charts(ChartJS 版本 3 - 多个折线图的常用图例)
                  Charts.js scales yaxes ticks min max doesnt work(Charts.js 缩放 yaxes 刻度 min max 不起作用)
                  How to expand the slice of donut chart in chartjs?(如何在chartjs中扩展圆环图的切片?)
                  Chart.js yAxes Ticks stepSize not working (fiddle)(Chart.js yAxes Ticks stepSize 不起作用(小提琴))
                  Rounded corners on chartJS v.2 - bar charts (with negative values)(chartJS v.2 上的圆角 - 条形图(带负值))
                  How to hide value in Chart JS bar(如何在 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>
                      <tbody id='ruXpE'></tbody>

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

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