以下代码适用并提供此图。
output {
elasticsearch {
hosts => "localhost"
index => "music"
document_type => "song"
document_id => "%{id}"
}
}
我想要的是同一个地块上的线条和堆积条。
到目前为止,我尝试了这段代码,但根据我称之为的顺序,不显示行和条形图:
B 3.3.0-101
B 3.3.0-102
B 3.3.0-103
我想我的x轴有问题,但不确定
编辑:
下面的代码和图表相关联,往往证实我的轴发生了一些事情:
$state.transitionTo(url, {paramType:type,resultquery:parameter}, {
location: true,
inherit: true,
notify: false,
});