the needed feature:
Please can Someone provide me with a Plugin or solution to configure the font-size labels for the diagrams.
a specific use case for the feature:
The labels on the X, Y axes look very small, and I need to increase the "font-size" value in the commons.style.css , I'm struggling following the CONTRIBUTING.md to change the code and rebuild Kibana and I can't find a clear guidline how to do it.
.label-text {
font-size: 200%;
font-weight: normal;
}