:py:mod:`abacusai.eda_chart_description`
========================================

.. py:module:: abacusai.eda_chart_description


Module Contents
---------------

Classes
~~~~~~~

.. autoapisummary::

   abacusai.eda_chart_description.EdaChartDescription




.. py:class:: EdaChartDescription(client, chartType=None, description=None)

   Bases: :py:obj:`abacusai.return_class.AbstractApiClass`

   Eda Chart Description.

   :param client: An authenticated API Client instance
   :type client: ApiClient
   :param chartType: Name of chart.
   :type chartType: str
   :param description: Description of the eda chart.
   :type description: str

   .. py:method:: __repr__()

      Return repr(self).


   .. py:method:: to_dict()

      Get a dict representation of the parameters in this class

      :returns: The dict value representation of the class parameters
      :rtype: dict



