Removed print statement
This commit is contained in:
parent
9ed13f4a90
commit
3eef6411dd
@ -277,10 +277,6 @@ class Analytics(object):
|
|||||||
def get_chart_data(self):
|
def get_chart_data(self):
|
||||||
length = len(self.columns)
|
length = len(self.columns)
|
||||||
labels = [d.get("label") for d in self.columns[2:length-1]]
|
labels = [d.get("label") for d in self.columns[2:length-1]]
|
||||||
entry = {
|
|
||||||
'name':self.data[0].get('entity_name')
|
|
||||||
}
|
|
||||||
print("##########")
|
|
||||||
self.chart = {
|
self.chart = {
|
||||||
"data": {
|
"data": {
|
||||||
'labels': labels,
|
'labels': labels,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user