Config¶
This section showcases how to use the datachart.config module to customize the global style of the datachart package.
Let's start by importing the necessary functions to help us work with the datachart.config module.
In [1]:
Copied!
from datachart.config import config
from datachart.config import config
The config instance is a global configuration that the users can interact with. It allows them to customize the global style of the datachart package.
Furthemore, the instance is of the datachart.config.Config class.
Under development
This theme is still under development. If you are interested in improving it, please let us know.