prashantsengar / TimeTracker

Basic Time tracker built with Python. Track what applications you spend your most time on.
16 stars 12 forks source link

Report chart not Displaying in the GUI window #5

Closed Adarshs169 closed 4 years ago

Adarshs169 commented 4 years ago

The reports generated should be displayed on the GUI window rather on the console window.

prashantsengar commented 4 years ago

@Adarshs169, can you share a screenshot of what do you mean by report is displayed in the console window. As much as I have tested, it creates a new GUI window for the report

Adarshs169 commented 4 years ago

The report is shown in a separate window. But as a standard application , it should show on the GUI window. The matplotlib library don't display result at GUI unless u have coded it for that

Adarshs169 commented 4 years ago

s2

prashantsengar commented 4 years ago

@Adarshs169, I had expected it to work that way only :)

prashantsengar commented 4 years ago

Fixed by @suchintan-p