我正在寻找自定义的融合图表,拨号指针在角规图。我已经看过了他们文档中提供的所有选项,但是没有一个是用于定制拨号指针的。我不确定这是可能的,还是不能直接通过这些选择。
Please refer below image i.e. what I want to achieve.

我认为我需要在库代码中进行修改,这将是很困难的。
如有其他选择,请提出建议。
发布于 2015-05-07 13:30:41
有意思的。试试这个黑客攻击。
"dials": {
"dial": [{
"radius": "70",
"baseWidth": "40",
"baseRadius": "25",
"topWidth": "1",
"rearExtension": "0",
"value": "67"
},
{
"radius": "48",
"bgColor": "ffffff",
"borderAlpha": "0",
"baseWidth": "45",
"baseRadius": "25",
"topWidth": "40",
"rearExtension": "2",
"value": "67",
"showValue": "0"
}]
}您还应该为这种动态定制探索它们的注释API。
https://stackoverflow.com/questions/30100710
复制相似问题