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

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

                  相关文档推荐

                  在开发JS过程中,会经常遇到两个小数相运算的情况,但是运算结果却与预期不同,调试一下发现计算结果竟然有那么长一串尾巴。如下图所示: 产生原因: JavaScript对小数运算会先转成二进制,运算完毕再转回十进制,过程中会有丢失,不过不是所有的小数间运算会
                  问题描述: 在javascript中引用js代码,然后导致反斜杠丢失,发现字符串中的所有\信息丢失。比如在js中引用input type=text onkeyup=value=value.replace(/[^\d]/g,) ,结果导致正则表达式中的\丢失。 问题原因: 该字符串含有\,javascript对字符串进行了转
                  Rails/Javascript: How to inject rails variables into (very) simple javascript(Rails/Javascript:如何将 rails 变量注入(非常)简单的 javascript)
                  CoffeeScript always returns in anonymous function(CoffeeScript 总是以匿名函数返回)
                  Ordinals in words javascript(javascript中的序数)
                  getFullYear returns year before on first day of year(getFullYear 在一年的第一天返回前一年)

                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>