MCPcopy Create free account
hub / github.com/alceal/plotlars / to_json

Method to_json

crates/plotlars-plotly/src/subplot_grid/shared.rs:269–271  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

267
268impl Trace for JsonTrace {
269 fn to_json(&self) -> String {
270 serde_json::to_string(&self.data).unwrap()
271 }
272}
273
274pub(super) fn extract_axis_title_from_annotations(

Callers 4

detect_plot_typeFunction · 0.45
determine_bar_modeFunction · 0.45
determine_box_modeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected