Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
benny  
#1 Posted : Wednesday, April 17, 2013 10:38:32 PM(UTC)
benny

Rank: Newbie

Joined: 4/17/2013(UTC)
Posts: 2

Hi forum!

Does anyone here know how to make complex visualisations of ManicTime csv data? I want to do something similar to this guy here: http://marcinignac.com/projects/everyday-of-my-life/
But on Windows. I can think of several ways to program something that would get me a similar result, but I imagine it as a very time-consuming process. Therefore, I would be very happy if you could share your knowledge if you know a suitable software tool or a simple workflow/workaround.

Cheers,
Benny

Edited by user Wednesday, April 17, 2013 10:40:15 PM(UTC)  | Reason: Not specified

admin  
#2 Posted : Thursday, April 18, 2013 8:33:46 AM(UTC)
admin

Rank: Administration

Joined: 4/13/2010(UTC)
Posts: 872

You could use R or d3 for the web. Some tutorials are here

But if you are not faimilar with those I would just write my own. Seems simple enough. From MT you would need to get
StartTime EndTime AppColor

You can just make an sql query in the db and export to csv or something. Then just read the lines and draw on some drawing area, you can do that in almost any kind of app (c++/c#/vb....)
benny  
#3 Posted : Thursday, April 18, 2013 3:00:35 PM(UTC)
benny

Rank: Newbie

Joined: 4/17/2013(UTC)
Posts: 2

Dear admin,

Thank you for your reply and the tutorials link. You are right, the task is quite simple and can be done in many ways. But as I was lazy and as I saw similar visualisations before,
I thought there might be some specific tools already. But probably that's too special, so I have to do it on my own ...
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.