Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
268
impl Trace for JsonTrace {
269
fn to_json(&self) -> String {
270
serde_json::to_string(&self.data).unwrap()
271
}
272
}
273
274
pub(super) fn extract_axis_title_from_annotations(
Callers
4
detect_plot_type
Function · 0.45
detect_axis_type_from_traces
Function · 0.45
determine_bar_mode
Function · 0.45
determine_box_mode
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected