Skip to content

Commit

Permalink
Merge pull request #247 from nzzdev/release-3.7.2
Browse files Browse the repository at this point in the history
Release v3.7.2
  • Loading branch information
manuelroth authored Oct 14, 2021
2 parents 9876326 + 25fa25f commit c19fd57
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion chartTypes/column-stacked/postprocessings.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ const commonPostprocessings = require("../commonPostprocessings.js");
module.exports = [
commonPostprocessings.addPrognosisPattern,
commonPostprocessings.hideRepeatingTickLabels,
commonPostprocessings.highlightZeroGridLineIfPositiveAndNegative
commonPostprocessings.highlightZeroGridLineIfPositiveAndNegative,
commonPostprocessings.showOnlyFirstAndLastLabel,
];
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "q-chart",
"version": "3.7.1",
"version": "3.7.2",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit c19fd57

Please sign in to comment.