我在fill background color horizontally in google line chart on specified area
找到了我之前关于图表的问题的答案并且可以找到代码here(抱歉嵌入导致错误)
jQuery.ajax({
type: "POST",
url: ajax_url,
data: ajax_data,
cache: false,
success: function (html) {
if (html.length > 0) {
var $content = $( html );
jQuery("#content").append($content).masonry( 'appended', $content );
}
});
});
答案 0 :(得分:1)
在每个系列中使用Collectors.collectingAndThen(
Collectors.summingInt(t -> t.getDuration().toSecondOfDay()),
Duration::ofSeconds
)
选项......
color
区域系列默认为不透明
看到真实的颜色,设置 - > 1: {
color: '#f44336', // <-- add color option
lineWidth: 0,
type: 'area',
visibleInLegend: false,
enableInteractivity: false
},
2: {
color: '#2196f3', // <-- add color option
lineWidth: 0,
type: 'area',
visibleInLegend: false,
enableInteractivity: false
},
...
areaOpacity: 1