chart_defaults.py 200 B

1234567
  1. chart_options = dict(
  2. mode="vega-lite",
  3. renderer="svg",
  4. actions={"export": True, "source": False, "compiled": False, "editor": False},
  5. theme="light",
  6. tooltip={"theme": "light"},
  7. )