billiedemott / spoutlets.com

Wireframes for various projects
0 stars 0 forks source link

Charts for Patterns #67

Closed akshatpradhan closed 12 years ago

akshatpradhan commented 12 years ago

The charts on these pages look funky. It's because of that data point, however, that data point is incredibly important and shouldn't be deleted. That's how a real user would use the site.

On these pages http://spoutlets.com/trends.html and http://spoutlets.com/my-profile.html and http://spoutlets.com/user-profile.html

Let's try using this chart instead a see what it looks like: http://www.highcharts.com/demo/line-ajax

Also, let's modify the graph so that it shows: Very Happy, Happy, Ok, Unhappy, Very Unhappy like this: http://akshatpradhan.dropmark.com/47855/477433

yoruguayo commented 12 years ago

I think is very important for the user to have the possibiliry to see and compare two or more metrics in the same chart.

akshatpradhan commented 12 years ago

http://akshatpradhan.dropmark.com/49897/512098

akshatpradhan commented 12 years ago

I modified the data points from the original chart.

series: [{
     name: 'Rating',
     data: [
       [Date.UTC(2012, 1, 1, 8, 54), 3, {comment: "#bodysucks"}],
       [Date.UTC(2012, 1, 2, 7, 22), 5, {comment: "#lesssick"}],
       [Date.UTC(2012, 1, 3, 11, 02), 5 ],  
       [Date.UTC(2012, 1, 5, 10, 16), 7  ],
       [Date.UTC(2012, 1, 6, 22, 03), 5  ],
       [Date.UTC(2012, 1, 7, 20, 59), 4  ]