<?php

/**
 * @file
 * Implements hook_library();
 */
function jqplot_library() {

  $libraries['jqplot'] = array(
    'name' => 'jQPlot charting library',
    'vendor url' => 'www.jqplot.com/',
    'download url' => 'www.jqplot.com/',
    'version' => '1.0.8',
    'js' => array(
      libraries_get_path('jqplot') . '/jquery.jqplot.min.js' => array('group' => JS_LIBRARY, 'weight' => 0),
      libraries_get_path('jqplot') . '/plugins/jqplot.pointLabels.min.js' => array('group' => JS_LIBRARY, 'weight' => 0),
    ),
    'css' => array(
      libraries_get_path('jqplot') . '/jquery.jqplot.css' => array('group' => CSS_DEFAULT),
    ),
  );

  $libraries['jqplot.json2'] = array(
    'name' => 'jQPlot charting library',
    'vendor url' => 'www.jqplot.com/',
    'download url' => 'www.jqplot.com/',
    'version' => '1.0.8',
    'js' => array(
      libraries_get_path('jqplot'). '/plugins/jqplot.json2.min.js' => array('group' => JS_LIBRARY, 'weight' => 0),
    ),
    'dependencies' => array(
      array('jqplot', 'jqplot'),
    ),
  );

  $libraries['jqplot.barRenderer'] = array(
    'name' => 'jQPlot charting library',
    'vendor url' => 'www.jqplot.com/',
    'download url' => 'www.jqplot.com/',
    'version' => '1.0.8',
    'js' => array(
      libraries_get_path('jqplot'). '/plugins/jqplot.barRenderer.min.js' => array('group' => JS_LIBRARY, 'weight' => 0),
    ),
    'dependencies' => array(
      array('jqplot', 'jqplot'),
    ),
  );

  $libraries['jqplot.BezierCurveRenderer'] = array(
    'name' => 'jQPlot charting library',
    'vendor url' => 'www.jqplot.com/',
    'download url' => 'www.jqplot.com/',
    'version' => '1.0.8',
    'js' => array(
      libraries_get_path('jqplot'). '/plugins/jqplot.BezierCurveRenderer.min.js' => array('group' => JS_LIBRARY, 'weight' => 0),
    ),
    'dependencies' => array(
      array('jqplot', 'jqplot'),
    ),
  );

  $libraries['jqplot.blockRenderer'] = array(
    'name' => 'jQPlot charting library',
    'vendor url' => 'www.jqplot.com/',
    'download url' => 'www.jqplot.com/',
    'version' => '1.0.8',
    'js' => array(
      libraries_get_path('jqplot'). '/plugins/jqplot.blockRenderer.min.js' => array('group' => JS_LIBRARY, 'weight' => 0),
    ),
    'dependencies' => array(
      array('jqplot', 'jqplot'),
    ),
  );

  $libraries['jqplot.bubbleRenderer'] = array(
    'name' => 'jQPlot charting library',
    'vendor url' => 'www.jqplot.com/',
    'download url' => 'www.jqplot.com/',
    'version' => '1.0.8',
    'js' => array(
      libraries_get_path('jqplot'). '/plugins/jqplot.bubbleRenderer.min.js' => array('group' => JS_LIBRARY, 'weight' => 0),
    ),
    'dependencies' => array(
      array('jqplot', 'jqplot'),
    ),
  );

  $libraries['jqplot.canvasAxisLabelRenderer'] = array(
    'name' => 'jQPlot charting library',
    'vendor url' => 'www.jqplot.com/',
    'download url' => 'www.jqplot.com/',
    'version' => '1.0.8',
    'js' => array(
      libraries_get_path('jqplot'). '/plugins/jqplot.canvasAxisLabelRenderer.min.js' => array('group' => JS_LIBRARY, 'weight' => 0),
    ),
    'dependencies' => array(
      array('jqplot', 'jqplot'),
    ),
  );

  $libraries['jqplot.canvasAxisTickRenderer'] = array(
    'name' => 'jQPlot charting library',
    'vendor url' => 'www.jqplot.com/',
    'download url' => 'www.jqplot.com/',
    'version' => '1.0.8',
    'js' => array(
      libraries_get_path('jqplot'). '/plugins/jqplot.canvasAxisTickRenderer.min.js' => array('group' => JS_LIBRARY, 'weight' => 0),
    ),
    'dependencies' => array(
      array('jqplot', 'jqplot'),
    ),
  );

  // Canvas Overlay plugin
  $libraries['jqplot.canvasOverlay'] = array(
    'name' => 'jQPlot charting library',
    'vendor url' => 'www.jqplot.com/',
    'download url' => 'www.jqplot.com/',
    'version' => '1.0.8',
    'js' => array(
      libraries_get_path('jqplot'). '/plugins/jqplot.canvasOverlay.min.js' => array('group' => JS_LIBRARY, 'weight' => 0),
    ),
    'dependencies' => array(
      array('jqplot', 'jqplot'),
    ),
  );

  // Canvas text renderer
  $libraries['jqplot.canvasTextRenderer'] = array(
    'name' => 'jQPlot charting library',
    'vendor url' => 'www.jqplot.com/',
    'download url' => 'www.jqplot.com/',
    'version' => '1.0.8',
    'js' => array(
      libraries_get_path('jqplot'). '/plugins/jqplot.canvasTextRenderer.min.js' => array('group' => JS_LIBRARY, 'weight' => 0),
    ),
    'dependencies' => array(
      array('jqplot', 'jqplot'),
    ),
  );

  // Catagory text renderer
  $libraries['jqplot.categoryAxisRenderer'] = array(
    'name' => 'jQPlot charting library',
    'vendor url' => 'www.jqplot.com/',
    'download url' => 'www.jqplot.com/',
    'version' => '1.0.8',
    'js' => array(
      libraries_get_path('jqplot'). '/plugins/jqplot.categoryAxisRenderer.min.js' => array('group' => JS_LIBRARY, 'weight' => 0),
    ),
    'dependencies' => array(
      array('jqplot', 'jqplot'),
    ),
  );

  $libraries['jqplot.ciParser'] = array(
    'name' => 'jQPlot charting library',
    'vendor url' => 'www.jqplot.com/',
    'download url' => 'www.jqplot.com/',
    'version' => '1.0.8',
    'js' => array(
      libraries_get_path('jqplot'). '/plugins/jqplot.ciParser.min.js' => array('group' => JS_LIBRARY, 'weight' => 0),
    ),
    'dependencies' => array(
      array('jqplot', 'jqplot'),
    ),
  );

  $libraries['jqplot.cursor'] = array(
    'name' => 'jQPlot charting library',
    'vendor url' => 'www.jqplot.com/',
    'download url' => 'www.jqplot.com/',
    'version' => '1.0.8',
    'js' => array(
      libraries_get_path('jqplot') . '/plugins/jqplot.cursor.min.js' => array('group' => JS_LIBRARY, 'weight' => 0),
    ),
    'dependencies' => array(
      array('jqplot', 'jqplot'),
    ),
  );

  $libraries['jqplot.dateAxisRenderer'] = array(
    'name' => 'jQPlot charting library',
    'vendor url' => 'www.jqplot.com/',
    'download url' => 'www.jqplot.com/',
    'version' => '1.0.8',
    'js' => array(
      libraries_get_path('jqplot') . '/plugins/jqplot.dateAxisRenderer.min.js' => array('group' => JS_LIBRARY, 'weight' => 0),
    ),
    'dependencies' => array(
      array('jqplot', 'jqplot'),
    ),
  );

  $libraries['jqplot.donutRenderer'] = array(
    'name' => 'jQPlot charting library',
    'vendor url' => 'www.jqplot.com/',
    'download url' => 'www.jqplot.com/',
    'version' => '1.0.8',
    'js' => array(
      libraries_get_path('jqplot'). '/plugins/jqplot.donutRenderer.min.js' => array('group' => JS_LIBRARY, 'weight' => 0),
    ),
    'dependencies' => array(
      array('jqplot', 'jqplot'),
    ),
  );

  $libraries['jqplot.dragable'] = array(
    'name' => 'jQPlot charting library',
    'vendor url' => 'www.jqplot.com/',
    'download url' => 'www.jqplot.com/',
    'version' => '1.0.8',
    'js' => array(
      libraries_get_path('jqplot'). '/plugins/jqplot.dragable.min.js' => array('group' => JS_LIBRARY, 'weight' => 0),
    ),
    'dependencies' => array(
      array('jqplot', 'jqplot'),
    ),
  );

  $libraries['jqplot.enhancedLegendRenderer'] = array(
    'name' => 'jQPlot charting library',
    'vendor url' => 'www.jqplot.com/',
    'download url' => 'www.jqplot.com/',
    'version' => '1.0.8',
    'js' => array(
      libraries_get_path('jqplot'). '/plugins/jqplot.enhancedLegendRenderer.min.js' => array('group' => JS_LIBRARY, 'weight' => 0),
    ),
    'dependencies' => array(
      array('jqplot', 'jqplot'),
    ),
  );

  $libraries['jqplot.funnelRenderer'] = array(
    'name' => 'jQPlot charting library',
    'vendor url' => 'www.jqplot.com/',
    'download url' => 'www.jqplot.com/',
    'version' => '1.0.8',
    'js' => array(
      libraries_get_path('jqplot'). '/plugins/jqplot.funnelRenderer.min.js' => array('group' => JS_LIBRARY, 'weight' => 0),
    ),
    'dependencies' => array(
      array('jqplot', 'jqplot'),
    ),
  );

  $libraries['jqplot.highlighter'] = array(
    'name' => 'jQPlot charting library',
    'vendor url' => 'www.jqplot.com/',
    'download url' => 'www.jqplot.com/',
    'version' => '1.0.8',
    'js' => array(
      libraries_get_path('jqplot'). '/plugins/jqplot.highlighter.min.js' => array('group' => JS_LIBRARY, 'weight' => 0),
    ),
    'dependencies' => array(
      array('jqplot', 'jqplot'),
    ),
  );

  $libraries['jqplot.logAxisRenderer'] = array(
    'name' => 'jQPlot charting library',
    'vendor url' => 'www.jqplot.com/',
    'download url' => 'www.jqplot.com/',
    'version' => '1.0.8',
    'js' => array(
      libraries_get_path('jqplot'). '/plugins/jqplot.logAxisRenderer.min.js' => array('group' => JS_LIBRARY, 'weight' => 0),
    ),
    'dependencies' => array(
      array('jqplot', 'jqplot'),
    ),
  );

  $libraries['jqplot.mekkoAxisRenderer'] = array(
    'name' => 'jQPlot charting library',
    'vendor url' => 'www.jqplot.com/',
    'download url' => 'www.jqplot.com/',
    'version' => '1.0.8',
    'js' => array(
      libraries_get_path('jqplot'). '/plugins/jqplot.mekkoAxisRenderer.min.js' => array('group' => JS_LIBRARY, 'weight' => 0),
    ),
    'dependencies' => array(
      array('jqplot', 'jqplot'),
    ),
  );

  $libraries['jqplot.mekkoRenderer'] = array(
    'name' => 'jQPlot charting library',
    'vendor url' => 'www.jqplot.com/',
    'download url' => 'www.jqplot.com/',
    'version' => '1.0.8',
    'js' => array(
      libraries_get_path('jqplot'). '/plugins/jqplot.mekkoRenderer.min.js' => array('group' => JS_LIBRARY, 'weight' => 0),
    ),
    'dependencies' => array(
      array('jqplot', 'jqplot'),
    ),
  );

  $libraries['jqplot.meterGaugeRenderer'] = array(
    'name' => 'jQPlot charting library',
    'vendor url' => 'www.jqplot.com/',
    'download url' => 'www.jqplot.com/',
    'version' => '1.0.8',
    'js' => array(
      libraries_get_path('jqplot'). '/plugins/jqplot.meterGaugeRenderer.min.js' => array('group' => JS_LIBRARY, 'weight' => 0),
    ),
    'dependencies' => array(
      array('jqplot', 'jqplot'),
    ),
  );

  $libraries['jqplot.mobile'] = array(
    'name' => 'jQPlot charting library',
    'vendor url' => 'www.jqplot.com/',
    'download url' => 'www.jqplot.com/',
    'version' => '1.0.8',
    'js' => array(
      libraries_get_path('jqplot'). '/plugins/jqplot.mobile.min.js' => array('group' => JS_LIBRARY, 'weight' => 0),
    ),
    'dependencies' => array(
      array('jqplot', 'jqplot'),
    ),
  );

  $libraries['jqplot.ohlcRenderer'] = array(
    'name' => 'jQPlot charting library',
    'vendor url' => 'www.jqplot.com/',
    'download url' => 'www.jqplot.com/',
    'version' => '1.0.8',
    'js' => array(
      libraries_get_path('jqplot'). '/plugins/jqplot.ohlcRenderer.min.js' => array('group' => JS_LIBRARY, 'weight' => 0),
    ),
    'dependencies' => array(
      array('jqplot', 'jqplot'),
    ),
  );

  $libraries['jqplot.pieRenderer'] = array(
    'name' => 'jQPlot charting library',
    'vendor url' => 'www.jqplot.com/',
    'download url' => 'www.jqplot.com/',
    'version' => '1.0.8',
    'js' => array(
      libraries_get_path('jqplot'). '/plugins/jqplot.pieRenderer.min.js' => array('group' => JS_LIBRARY, 'weight' => 0),
    ),
    'dependencies' => array(
      array('jqplot', 'jqplot'),
    ),
  );

  $libraries['jqplot.pointLabels'] = array(
    'name' => 'jQPlot charting library',
    'vendor url' => 'www.jqplot.com/',
    'download url' => 'www.jqplot.com/',
    'version' => '1.0.8',
    'js' => array(
      libraries_get_path('jqplot'). '/plugins/jqplot.pointLabels.min.js' => array('group' => JS_LIBRARY, 'weight' => 0),
    ),
    'dependencies' => array(
      array('jqplot', 'jqplot'),
    ),
  );

  $libraries['jqplot.pyramidAxisRenderer'] = array(
    'name' => 'jQPlot charting library',
    'vendor url' => 'www.jqplot.com/',
    'download url' => 'www.jqplot.com/',
    'version' => '1.0.8',
    'js' => array(
      libraries_get_path('jqplot'). '/plugins/jqplot.pyramidAxisRenderer.min.js' => array('group' => JS_LIBRARY, 'weight' => 0),
    ),
    'dependencies' => array(
      array('jqplot', 'jqplot'),
    ),
  );

  $libraries['jqplot.pyramidGridRenderer'] = array(
    'name' => 'jQPlot charting library',
    'vendor url' => 'www.jqplot.com/',
    'download url' => 'www.jqplot.com/',
    'version' => '1.0.8',
    'js' => array(
      libraries_get_path('jqplot'). '/plugins/jqplot.pyramidGridRenderer.min.js' => array('group' => JS_LIBRARY, 'weight' => 0),
    ),
    'dependencies' => array(
      array('jqplot', 'jqplot'),
    ),
  );

  $libraries['jqplot.pyramidRenderer'] = array(
    'name' => 'jQPlot charting library',
    'vendor url' => 'www.jqplot.com/',
    'download url' => 'www.jqplot.com/',
    'version' => '1.0.8',
    'js' => array(
      libraries_get_path('jqplot'). '/plugins/jqplot.pyramidRenderer.min.js' => array('group' => JS_LIBRARY, 'weight' => 0),
    ),
    'dependencies' => array(
      array('jqplot', 'jqplot'),
    ),
  );

  $libraries['jqplot.trendline'] = array(
    'name' => 'jQPlot charting library',
    'vendor url' => 'www.jqplot.com/',
    'download url' => 'www.jqplot.com/',
    'version' => '1.0.8',
    'js' => array(
      libraries_get_path('jqplot'). '/plugins/jqplot.trendline.min.js' => array('group' => JS_LIBRARY, 'weight' => 0),
    ),
    'dependencies' => array(
      array('jqplot', 'jqplot'),
    ),
  );

  return $libraries;
}
