Ignore:
Timestamp:
12/20/18 19:18:17 (5 years ago)
Author:
nanardon
Message:

Activate jqplot plugins before ploting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LATMOS-Accounts-Web/root/html/stat/display.tt

    r1903 r2159  
    3737  // it could contact any source and pull data, however. 
    3838  // The options argument isn't used in this renderer. 
     39 
     40    $.jqplot.config.enablePlugins = true; 
    3941   
    4042    $.ajax({ 
     
    6365        } 
    6466    }); 
    65  
    66     $.jqplot.config.enablePlugins = true; 
    6767 
    6868    $.ajax({ 
Note: See TracChangeset for help on using the changeset viewer.