Sha256: 4aeb193f2813d3f6e1c3785be800102a0a6637827bafeb2a945bfe3fb8873b59
Contents?: true
Size: 1.32 KB
Versions: 2
Compression:
Stored size: 1.32 KB
Contents
def excelTheme(): config = { "background": "#fff", "arc": {"fill": "#4572a7"}, "area": {"fill": "#4572a7"}, "line": { "stroke": "#4572a7", "strokeWidth": 2 }, "path": {"stroke": "#4572a7"}, "rect": {"fill": "#4572a7"}, "shape": {"stroke": "#4572a7"}, "symbol": { "fill": "#4572a7", "strokeWidth": 1.5, "size": 50 }, "axis": { "bandPosition": 0.5, "grid": True, "gridColor": "#000000", "gridOpacity": 1, "gridWidth": 0.5, "labelPadding": 10, "tickSize": 5, "tickWidth": 0.5 }, "axisBand": { "grid": False, "tickExtra": True }, "legend": { "labelBaseline": "middle", "labelFontSize": 11, "symbolSize": 50, "symbolType": "square" }, "range": { "category": [ "#4572a7", "#aa4643", "#8aa453", "#71598e", "#4598ae", "#d98445", "#94aace", "#d09393", "#b9cc98", "#a99cbc" ] } } return config
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
j1-template-2022.2.3 | lib/starter_web/pages/public/jupyter/notebooks/themes/altair/excel.py |
j1-template-2022.2.2 | lib/starter_web/pages/public/jupyter/notebooks/themes/altair/excel.py |