Change table font size visualize object

I would like to change font size on visulize object. How can I do this?
{
"aggs": [
{
"id": "1",
"schema": "metric",
"type": "count"
},
{
"id": "2",
"params": {
"field": "home",
"order": "desc",
"orderBy": "1",
"size": 5
},
"schema": "bucket",
"type": "terms"
},
{
"id": "3",
"params": {
"field": "address",
"order": "desc",
"orderBy": "1",
"size": 5
},
"schema": "bucket",
"type": "terms"
}
],
"listeners": {},
"params": {},
"title": "Event ",
"type": "table"
}

Hi,

sorry, the table visualization currently has no option to change it's font size. Please feel free to open a feature request for that feature.

Cheers,
Tim

Thanks timroes.
With metric visualize is possible to show only data value without "count" and without title raw?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.