jqplot is a Views style plug-in for implementing the jqplot charting tool.

jqplot provides accessible charts providing textual information to non-visual users.
It uses a technique with JavaScript to scrape data from an HTML table and generate charts with help of jqplot libraries

This module can be used by Drupal 6.x

Comments

subhransu’s picture

klausi’s picture

Welcome,

please add the sandbox link to the issue summary.

We are currently quite busy with all the project applications and I can only review projects with a review bonus. Please help me reviewing and I'll take a look at your project right away :-)

rakeshks’s picture

also check the errors - http://ventral.org/pareview/httpgitdrupalorgsandboxsubhransu1463784git

your views-view-jqplot.tpl.php missing file comment.

webdorado’s picture

Status: Needs review » Needs work
  1. jQplot.module - Remove all old CVS $Id tags
  2. jQplot.module - line 18, line 21 - 1 space between the closing parenthesis and the opening brace
  3. jQplot.module - line 19 - Tab should be removed
  4. jQplot.module - line 29 - missing spaces. Should be switch[space]()[space]{
  5. jQplot.module - line 32 - New line after break
  6. jQplot.module - line 42 - Concat operator must be surrounded by spaces
  7. views_plugin_style_jQplot.inc - line 133 - The php closing tab ?> is unnecessary

There are multiple errors and warnings throughout different files similar to the ones listed. Please try to use drupal coding standards.

klausi’s picture

Status: Needs work » Closed (won't fix)

Closing due to lack of activity. Feel free to reopen if you are still working on this application.