row_chart_example ================= .. py:module:: row_chart_example Functions --------- .. autoapisummary:: row_chart_example.create_row_chart row_chart_example.load_data row_chart_example.convert_plot_to_json row_chart_example.main Module Contents --------------- .. py:function:: create_row_chart(title, param, size, position, axis_settings) Create and configure a RowChart instance with the given parameters. .. py:function:: load_data(path) Load data from the specified CSV file. .. py:function:: convert_plot_to_json(plot) Convert plot data to JSON format. .. py:function:: main() Main function to create the project and serve it.