Skip to content

Commit

Permalink
Merge pull request #14 from Julievrz/dev
Browse files Browse the repository at this point in the history
Update short description and logo
  • Loading branch information
atomiix authored Oct 30, 2020
2 parents ddf4a5c + 2ccb526 commit 5bc8bbf
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

NVD3 (http://nvd3.org/) is JavaScript library that was built specifically to generate beautiful charts using D3.js (http://d3js.org/), a JavaScript library built to manipulate documents based on data.

This module enables the NVD3 charting code for your own uses, providing you with ever so useful graphs.
Enable the NVD3 charting code for your own uses, providing you with ever so useful graphs.

## Reporting issues

Expand Down
2 changes: 1 addition & 1 deletion graphnvd3.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ function __construct($type = null)
Module::__construct();

$this->displayName = $this->trans('NVD3 Charts', array(), 'Modules.Graphnvd3.Admin');
$this->description = '';
$this->description = $this->trans('Enable the NVD3 charting code for your own uses, providing you with ever so useful graphs.', array(), 'Modules.Graphnvd3.Admin');
$this->ps_versions_compliancy = array('min' => '1.7.1.0', 'max' => _PS_VERSION_);
}

Expand Down
Binary file modified logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5bc8bbf

Please sign in to comment.