Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for enableTooltips (0.17 sec)

  1. testing/internal-performance-testing/src/main/resources/org/gradle/reporting/performanceReport.js

    function enableTooltips() {
        $('[data-toggle="tooltip"]').tooltip();
    }
    
    function enableSectionSign() {
        $('.data-row').mouseenter(function () {
            $('#section-sign-' + $(this).attr('scenario')).css('opacity', '1');
        }).mouseleave(function () {
            $('#section-sign-' + $(this).attr('scenario')).css('opacity', '0');
        });
    
        $('.section-sign').click(function () {
            var $temp = $("<input>");
            $("body").append($temp);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 3.2K bytes
    - Viewed (0)
  2. src/internal/trace/traceviewer/static/trace_viewer_full.html

    ,tr.ui.b.ChartBase2DBrushX);ColumnChart.prototype={__proto__:tr.ui.b.ChartBase2DBrushX.prototype,decorate(){super.decorate();this.xCushion_=1;this.isStacked_=false;this.isGrouped_=false;this.enableHoverBox=true;this.displayXInHover=false;this.enableToolTip=false;this.toolTipCallBack_=()=>{};},set toolTipCallBack(callback){this.toolTipCallBack_=callback;},get toolTipCallBack(){return this.toolTipCallBack_;},set isGrouped(grouped){this.isGrouped_=grouped;if(grouped){this.getDataSeries('group').color='transparent';}...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 20:45:06 UTC 2023
    - 2.5M bytes
    - Viewed (0)
Back to top