Graphs
The graphs have the classes .mf-widget
and .mf-graph-wrapper
in the outer div.
//Outer div surrounding the Graph
<div class="mf-widget mf-volume-distribution mf-lang-en mf-WIDGET-ID
mf-graph-wrapper" style="display: block;">
Code for Graph...
</div>
Since the graphs are generated using JavaScript with an external library directly targeting the included classes is usually not advised. Instead, colors can be changed by Modular Finance.
Example
For example, in the stock-chart
the color of the buttons can be changed.

Last updated
Was this helpful?