[Continents] Removed filter for labels with low percentage
这个提交包含在:
父节点
36de030151
当前提交
066ed107ed
共有 1 个文件被更改,包括 0 次插入 和 3 次删除
|
|
@ -123,9 +123,6 @@ function totalContinentQsos(data) {
|
||||||
align: "middle"
|
align: "middle"
|
||||||
},
|
},
|
||||||
outlabels: {
|
outlabels: {
|
||||||
display: function(context) { // Hide labels with low percentage
|
|
||||||
return ((context.dataset.data[context.dataIndex] / totalQso * 100) > 1)
|
|
||||||
},
|
|
||||||
backgroundColor: COLORS,
|
backgroundColor: COLORS,
|
||||||
borderColor: COLORS,
|
borderColor: COLORS,
|
||||||
borderRadius: 2, // Border radius of Label
|
borderRadius: 2, // Border radius of Label
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用