Methods
1 to 12 of 12
- Chart_Endpoint::__construct() – Sets up the chart endpoint.
- Chart_Endpoint::build_manifest() – Instantiates the manifest based on chart type and options.
- Chart_Endpoint::display() – Builds and outputs the graph JS to the page.
- Chart_Endpoint::get_data_by_set() – Retrieves a specific axis’ data if set.
- Chart_Endpoint::get_manifest() – Retrieves the manifest instance.
- Chart_Endpoint::get_options() – Retrieves the graphing library options set for the current endpoint.
- Chart_Endpoint::get_type() – Retrieves the chart type.
- Chart_Endpoint::get() – Retrieves the value of a graph option if set.
- Chart_Endpoint::parse_display_props() – Sets display-related properties for the Endpoint.
- Chart_Endpoint::set_options() – Sets options for displaying the graph.
- Chart_Endpoint::set_type() – Sets the chart type.
- Chart_Endpoint::setup_chart() – Sets up the chart props needed for rendering.