gpt4 book ai didi

javascript - AmCharts.makeChart 属性没有效果

转载 作者:行者123 更新时间:2023-12-03 10:01:42 24 4
gpt4 key购买 nike

我正在使用AmCharts的makeChart方法构建折线图,请参见jsfiddle - http://jsfiddle.net/Lw7ahxwh/

我遇到的问题是某些属性没有更改图表,而同一字段的其他属性是:

        graphs: [
{
id: "sensordata1",
title: "Sensor 1",
valueField: "sensor5",
type: "line",
linethickness: 100, //the linethickness does not change
linecolor: "#000000" //the linecolor does not change
},

linethicknesslinecolor 之外的所有参数均有效。

        chartScrollbar: {
updateOnReleaseOnly: true,
graph: "sensordata1",
position: "bottom", //cannot get the scrollbar to the bottom
height: 100 //the scrollbar does not change height with this number
},

ChartScrollbar graphupdateOnReleaseOnly 工作,但出现 positionheight被忽略。

jsfiddle 中还有一些其他示例 - 请参阅代码中的注释。任何帮助将不胜感激 - 请随意 Fork jsfiddle。

最佳答案

amCharts 中的所有配置参数均区分大小写,并且应采用驼峰命名法。因此,您应该将 linethicknesslinecolor 分别更改为 lineThicknesslineColor

这是您上面更新的 fiddle :

http://jsfiddle.net/Lw7ahxwh/3/

我还注意到在某些情况下您有尾随逗号(数组中最后一个元素后面的逗号)。 (在 graphschartCursor 中)尾随逗号通常由现代浏览器处理,但在旧版浏览器(如 IE7)上可能会产生语法错误。

上面的链接也已修复。

关于javascript - AmCharts.makeChart 属性没有效果,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30563198/

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