Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
stw
stw-padmws-graph
Commits
7aa928a1
Commit
7aa928a1
authored
Mar 10, 2017
by
Tomas Pettersson
🏸
Browse files
removed console
parent
4bf62d15
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
src/stw-padmws-graph.js
View file @
7aa928a1
...
...
@@ -188,7 +188,6 @@ var Graph = (function () {
method
:
'
get
'
,
type
:
'
json
'
,
success
:
function
(
jsondata
)
{
console
.
log
(
jsondata
);
if
(
jsondata
.
cubicmeter
)
{
datasets
[
'
cubicmeter
'
]
=
[
configItem
(
'
Oil volume
'
,
chartColors
.
blue
),
...
...
src/stw-padmws-graph.js.map
View file @
7aa928a1
This diff is collapsed.
Click to expand it.
src/stw-padmws-graph.ts
View file @
7aa928a1
...
...
@@ -209,7 +209,6 @@ class Graph {
method
:
'
get
'
,
type
:
'
json
'
,
success
:
function
(
jsondata
)
{
console
.
log
(
jsondata
);
if
(
jsondata
.
cubicmeter
)
{
datasets
[
'
cubicmeter
'
]
=
[
configItem
(
'
Oil volume
'
,
chartColors
.
blue
),
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment