Skip to content
Snippets Groups Projects
Commit 86525c92 authored by adam-abed-abud's avatar adam-abed-abud
Browse files

Labels fix

parent c7eba681
Branches
No related merge requests found
......@@ -179,7 +179,6 @@ def last_N_data():
fetched_all.append(data)
else:
print("BENZINAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA")
for i in range(N):
data = {key: None for key in list_variables}
for index, item in enumerate(list_variables):
......
......@@ -264,7 +264,8 @@ function updateChartType() {
displayFormat: 'second'
},
ticks: {
maxTicksLimit: 5,
maxTicksLimit: 5,
fontSize: 25,
maxRotation: 0
}
}],
......@@ -273,8 +274,9 @@ function updateChartType() {
type: 'linear',
position: 'left',
color: "#0000FF",
ticks: {
fontColor: "#0000FF", // this here
ticks: {
fontColor: "#0000FF", // this here
fontSize: 25,
},
},
{
......@@ -282,8 +284,9 @@ function updateChartType() {
type: 'linear',
position: 'right',
color: "#000000",
ticks: {
ticks: {
fontColor: "#000000", // this here
fontSize: 25,
},
}]
},
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment