Skip to content

Commit

Permalink
Merge pull request #239 from xenohunter/master
Browse files Browse the repository at this point in the history
Charts hotfix
  • Loading branch information
Phil Filippak authored May 14, 2017
2 parents eb91aef + 1f6f0e5 commit fdf2ac5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "waves-lite-client",
"version": "0.4.19",
"version": "0.4.20",
"dependencies": {
"angular": "~1.6.0",
"angular-route": "~1.6.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "waves-lite-client",
"version": "0.4.19",
"version": "0.4.20",
"description": "A lite client for the Waves platform",
"license": "See license in ./LICENSE",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion src/js/dex/chart.component.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(function () {
'use strict';

var CANDLE_NUMBER = 120,
var CANDLE_NUMBER = 100,
CANDLE_FRAME = 30,
POLLING_DELAY = 5000;

Expand Down

0 comments on commit fdf2ac5

Please sign in to comment.