neurosity / openbci-dashboard

A fullstack javascript app for capturing and visualizing OpenBCI EEG data
93 stars 23 forks source link

time series scale labels #40

Open mg1075 opened 8 years ago

mg1075 commented 8 years ago

Really cool piece of work.

I'm looking at the angular 1 version, and notice the scale labels for the Time Series charts are misleading. Part of this issue has to do with how the canvas charts (smoothie charts) are not responsive in their current iteration. While the scale labels are outside of the canvas and responsive, the canvas chart is not responsive, so it is hard to determine what values one is actually looking at when you start playing with the browser window width.

In contrast, the Frequency chart (chart.js charts) do not have a problem with the scale labels, since they are part of the canvas.