plz, i want to change the title font size and color for a chart in Kibana dashboard version 6.2.3 ?
I want the title to be in the middle, I tried to modify the CSS classes in the file "index.less" but it does not work.
here is my figure :
i want that :
so how i can do that automatic :
Thank you
By adding these css styles to the class .panel-title in src/core_plugins/kibana/public/dashboard/styles/index.less should work.
.panel-title { text-align: center; color: red; font-size: 18px; }
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.