HomeSort by relevance Sort by last modified time
    Searched full:charts (Results 26 - 50 of 156) sorted by null

12 3 4 5 6 7

  /external/chromium-trace/catapult/dashboard/dashboard/
report_test.py 105 'charts': [
149 'charts': [
189 'charts': [
add_point.py 179 # A Dashboard JSON dict should at least have all charts coming from the
180 # same master, bot and rev. It can contain multiple charts, however.
192 charts = chart_data.get('charts', {})
193 if not charts:
194 return [] # No charts implies no data to add.
200 if 'trace' in charts:
201 tracing_links = charts['trace'].copy()
202 del charts['trace']
210 for chart in charts
    [all...]
bisect_stats.py 23 """Renders the UI with charts."""
  /docs/source.android.com/src/devices/tech/datausage/
iface-overview.jd 21 render user-visible charts, and more.</p>
  /external/messageformat/javatests/com/android/messageformat/
SimpleMessageFormatTest.java 32 // http://www.unicode.org/cldr/charts/latest/supplemental/language_plural_rules.html
  /external/chromium-trace/catapult/dashboard/docs/
data-format.md 53 "charts": {
75 * `charts`: [dict of string to dict] Maps a list of chart name strings
pages-and-endpoints.md 17 **/report**: Browse graphs and compare charts across platforms.
  /external/chromium-trace/catapult/third_party/flot/
jquery.flot.stack.js 7 For line charts, it is assumed that if a line has an undefined gap (from a
34 charts or filled areas).
FAQ.md 60 Flot is using standard HTML to make charts. If this is not working,
NEWS.md 101 - Prevent white circles from sometimes showing up inside of pie charts.
104 - Label formatting no longer breaks when a page contains multiple pie charts.
292 crisper charts on such devices. (patch by Olivier Guerriat, additional
370 - Pie charts with a slice equal to or approaching 100% of the pie no longer
382 - Pie charts no longer disappear when redrawn during a resize or update.
397 - Pie charts no longer disappear when redrawn after calling setData().
404 - Pie charts now accept values in string form, like other plot types.
478 - Support for specifying a bottom for each point for line charts when filling
490 - Stacking plugin can stack horizontal bar charts.
722 - Step-wise charting: line charts have a new option "steps" that when set t
    [all...]
  /external/chromium-trace/catapult/third_party/graphy/graphy/backends/google_chart_api/
pie_chart_test.py 28 # Pie Charts should continue to satisfy
42 # Override this test, as pie charts don't have default formatters.
bar_chart_test.py 53 """Test the scaling works correctly on horizontal bar charts (which have
54 min/max on a different axis than other charts).
78 """Test that we reverse labels for horizontal bar charts
encoders.py 17 """Display objects for the different kinds of charts.
274 """Reverse labels on the y-axis in horizontal bar charts.
278 # The left axis of horizontal bar charts needs to have reversed labels
382 '3d charts with more than one pie not supported; rendering in 2d',
  /external/fio/
graph.h 35 * For line charts, each label is a separate line on the graph.
36 * For bar charts, each label is a grouping of columns on the x-axis
  /frameworks/base/docs/html-intl/intl/ja/distribute/googleplay/
about.jd 17 <li><a href="#top-charts-and-lists">?????????</a></li>
90 <h2 id="top-charts-and-lists">
  /frameworks/base/docs/html-intl/intl/ko/distribute/googleplay/
about.jd 17 <li><a href="#top-charts-and-lists">?? ?? ? ??</a></li>
115 <h2 id="top-charts-and-lists">
  /frameworks/base/docs/html-intl/intl/ru/distribute/googleplay/
about.jd 17 <li><a href="#top-charts-and-lists">???-?????? ??????????</a></li>
115 <h2 id="top-charts-and-lists">
  /frameworks/base/docs/html-intl/intl/zh-cn/distribute/googleplay/
about.jd 17 <li><a href="#top-charts-and-lists">??????</a></li>
115 <h2 id="top-charts-and-lists">
  /frameworks/base/docs/html-intl/intl/zh-tw/distribute/googleplay/
about.jd 17 <li><a href="#top-charts-and-lists">?????????</a></li>
90 <h2 id="top-charts-and-lists">
  /external/chromium-trace/catapult/third_party/graphy/graphy/
common.py 207 """Base chart object with standard behavior for all other charts.
272 although bar charts would use 'bottom' and 'top').
278 bar charts use left & right by default).
284 horizontal bar-charts use 'bottom').
290 horizontal bar-charts use 'left').
formatters.py 79 Charts can have multiple dependent axes (chart.left & chart.right, for
173 """Provide a legend for line charts by attaching labels to the right
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
UnicodeChart.java 62 // the position array is the same for all charts
  /docs/source.android.com/src/devices/audio/
latency_measurements.jd 455 bars: 'horizontal', // Required for Material Bar Charts.
464 var chart = new google.charts.Bar(document.getElementById('chart_div'));
466 chart.draw(data, google.charts.Bar.convertOptions(options));
  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/test/data/simple_api_parsing/npmorg/
expected.html 15 href="/static/css/charts.css">
253 <script src="/static/js/charts.js"></script>
src.html 14 href="/static/css/charts.css">
263 <script src="/static/js/charts.js"></script>

Completed in 309 milliseconds

12 3 4 5 6 7