-
-
Notifications
You must be signed in to change notification settings - Fork 55
About Templates
Nicolò Santilio edited this page Dec 18, 2020
·
2 revisions
Templates are defined in a .json file, and the format is pretty straight forward. However, adding custom templates is not yet recommended, since it would require to edit the Charts scripts. Templates are anyway accessible and customizable.
/addons/easy_charts/templates.json
"default":
{
"function_colors" : ["#1e1e1e","#1e1e1e","#1e1e1e","#1e1e1e"],
"v_lines_color" : "#cacaca",
"h_lines_color" : "#cacaca",
"outline_color" : "#1e1e1e",
"font_color" : "#1e1e1e"
},