jq_flot.anubis 699 Bytes
/*
 * Created by PyramIDE.
 * User: フランスのトトロ 
 * Date: 19/06/2015
 * Time: 21:42
 * © Calexium 
 */

read calexium_lib/web/CXM_making_a_web_site.anubis

public define List(HTML_Head_Tag)
  jq_flot_init
  =
    [ 
      js(js_file("js/jquery/flot/jquery.flot.min.js")),
      js(js_file("js/jquery/flot/jquery.flot.axislabels.js")),
      js(js_file("js/jquery/flot/jquery.flot.datahover.js")),
      js(js_file("js/jquery/flot/jquery.flot.fillbetween.min.js")),            
      js(js_file("js/jquery/flot/jquery.flot.navigate.min.js")),      
      js(js_file("js/jquery/flot/jquery.flot.orderBars.js")),
      js(js_file("js/jquery/flot/jquery.flot.pie.min.js"))
    ]
  .