chinesedfan / hsrecorder

Single HTML page for recording information about your HearthStone games
https://hsrecorder.vercel.app/html/main.html
1 stars 0 forks source link

support to scroll the line chart and rotate the pie chart #4

Open chinesedfan opened 10 years ago

chinesedfan commented 10 years ago

With the data becomes more and more, it is hard to show them in one page width. How about adding a scrolling bar to control the line chart's data range?

Sometimes tips of the pie chart is beyond the size of the parent div. But if rotating the chart with a special angle will solve this problem, I want to add two buttons to let users be able to increase/decrease the angle by themselves.

Maybe these values should be saved in cookies or somewhere, so that the next time they are set automatically.

chinesedfan commented 10 years ago

In fact, arenaData.trend.start/end is not very necessary. The record id must start with 1 and keep continuous.