我有一个使用样条线的高图,并希望将网格线保持在样条线下方,以便每个网格线都与样条线相交,但不会再进一步。这可能吗?
我找到了这篇文章,但我不确定如何修改它来做我想要的。 Highcharts - Grid line height
mysite.com
答案 0 :(得分:5)
我已更新您的代码,您可以看到它here
这是一种解决方法,我认为用highcharts做这样的事情是不可能的。
所以我在yAxis和link: function (scope, element, attrs, ngModelCtrl) {
if (!ngModelCtrl) {
return;
}
...
$compile(element)(scope); // <== here
类型的新系列中添加import java.io.File;
public class TT {
/**
* @param args
*/
public static void main(String[] args) {
String path = TT.getClassLoader().getResource("someFileInClassPath.txt").getPath();
File file = new File(path);
System.out.println(file.getAbsolutePath());
}
}
,将系列的列宽设置为1 px并将系列链接到相同的yAxis。
id
让我知道它是否符合您的需求