Home
last modified time | relevance | path

Searched refs:plot_info (Results 1 – 1 of 1) sorted by relevance

/external/autotest/frontend/tko/
Dgraphing_utils.py178 def _create_line(plots, labels, plot_info): argument
193 single = bool(plot_info.normalize_to)
208 needs_invert = (plot['label'] in plot_info.inverted_series)
253 drill = plot_info.query_dict['__' + label + '__']
267 callback=plot_info.drilldown_callback,
309 def _create_bar(plots, labels, plot_info): argument
343 if plot['label'] in plot_info.inverted_series:
370 drill = plot_info.query_dict['__' + label + '__']
381 callback=plot_info.drilldown_callback,
457 def _create_image_html(figure, area_data, plot_info): argument
[all …]