Ignore:
Timestamp:
01/27/16 19:29:28 (8 years ago)
Author:
nanardon
Message:

Load more jqplot plugins

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LATMOS-Accounts-Web/root/html/includes/wrapper.tt

    r1602 r1679  
    2222    'jqplot.highlighter.js', 
    2323    'jqplot.enhancedLegendRenderer.js', 
     24    'jqplot.canvasTextRenderer.js', 
     25    'jqplot.canvasAxisTickRenderer.js', 
     26    'jqplot.categoryAxisRenderer.js', 
    2427    ] %] 
    2528<script src="[% c.uri_for('/static', 'js', 'jqplot', 'plugins', plugins) %]"></script> 
     
    3033 
    3134<link rel="stylesheet" href="[% c.uri_for('/static/js/jqplot/jquery.jqplot.css') %]" type="text/css"> 
     35 
     36<script> 
     37$.jqplot.config.enablePlugins = true; 
     38</script> 
    3239 
    3340[% IF page.error %] 
Note: See TracChangeset for help on using the changeset viewer.