gpt4 book ai didi

javascript - Chartist 总是留有间距?

转载 作者:太空宇宙 更新时间:2023-11-03 23:18:35 25 4
gpt4 key购买 nike

使用 chartist.js,无论您做什么,通过 css 或 showLabel: false 隐藏标签,左侧和底部始终有空间。

我试图绝对定位图表以适合 div,因此图表从最左边开始一直绘制到另一端,没有任何空格或填充。

我尝试了很多不同的方法来隐藏网格和标签,它们被隐藏了,但那个空间仍然存在。

我真的不想破解 css 并做 left:-100px width:104%

这里有一些例子。

在我的元素中,蓝色图表的左侧或底部不应有空白。图表包装器看起来像这样。

.minimal-chart.ct-chart {
background-color: transparent;
position: absolute;
width: 100%;
left: 0;
top: 0;
height: 100%;
padding: 0;
z-index: 2;
}

enter image description here

即使在他们的网站上,您也可以看到它与下面的框几乎齐平

enter image description here

最佳答案

您可以在初始化时添加这些选项:

图表填充:{ 左:-40

关于javascript - Chartist 总是留有间距?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29552120/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com