stacked_row_plot_example

Functions

create_stacked_row_plot(title, params, size, position, ...)

Create and configure a StackedRowChart instance with the given parameters.

load_data(path)

Load data from the specified CSV file.

convert_plot_to_json(plot)

Convert plot data to JSON format.

main()

Main function to create the project and serve it.

Module Contents

stacked_row_plot_example.create_stacked_row_plot(title, params, size, position, legend_display, xaxis_properties, yaxis_properties)[source]

Create and configure a StackedRowChart instance with the given parameters.

stacked_row_plot_example.load_data(path)[source]

Load data from the specified CSV file.

stacked_row_plot_example.convert_plot_to_json(plot)[source]

Convert plot data to JSON format.

stacked_row_plot_example.main()[source]

Main function to create the project and serve it.