pub async fn plot_chart( file_path: &str, x_col: &str, y_col: &str, chart_type: &str, title: &str, output: &str, ) -> Result<String, String>