sda.dashboard.components.graphs =============================== .. py:module:: sda.dashboard.components.graphs .. autoapi-nested-parse:: Graph Components. =============== Reusable graph components for the dashboard with Spark styling. Functions --------- .. autoapisummary:: sda.dashboard.components.graphs.create_graph_component Module Contents --------------- .. py:function:: create_graph_component(graph_id, height = None, width = None) Create a graph component with consistent styling. :param graph_id: ID for the graph component :type graph_id: :py:class:`str` :param height: Height of the graph (e.g., "80vh", "500px") :type height: :py:class:`str`, *optional* :param width: Width of the graph (e.g., "100%", "800px") :type width: :py:class:`str`, *optional* :returns: Configured graph component :rtype: :py:class:`dcc.Graph`