row_chart_example

Functions

create_row_chart(title, param, size, position, ...)

Create and configure a RowChart 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

row_chart_example.create_row_chart(title, param, size, position, axis_settings)[source]

Create and configure a RowChart instance with the given parameters.

row_chart_example.load_data(path)[source]

Load data from the specified CSV file.

row_chart_example.convert_plot_to_json(plot)[source]

Convert plot data to JSON format.

row_chart_example.main()[source]

Main function to create the project and serve it.