Zero Centered Bar
The zero centered bar chart is used when you want to compare data against a value that can be set as zero, and the data values you have oscillate back and forth this value.
The Method To Use
The method is s.plt.zero_centered_bar()
It must contain the following input variables:
And accepts the following input variables as optional:
Examples
1. Default Configuration
2. Customization And Context
It is possible to personalize the title of the chart, its subtitle, its size and add padding. One example could be obtained using:
Variants
By setting the parameter variant
to the following values the appearance of the chart can be changed:
Featured Content
Changing the Menu Path
The menu_path
can be modified.
It is possible to use any number of rows.
Last updated