joyent-portal/spikes/graphs-matrix/epoch
Sérgio Ramos 286304136a chartjs matrix implementation 2016-11-09 13:58:10 +00:00
..
client epoch matrix implementation 2016-11-09 13:28:26 +00:00
server epoch matrix implementation 2016-11-09 13:28:26 +00:00
static epoch matrix implementation 2016-11-09 13:28:26 +00:00
.babelrc epoch matrix implementation 2016-11-09 13:28:26 +00:00
.eslintignore epoch matrix implementation 2016-11-09 13:28:26 +00:00
.eslintrc epoch matrix implementation 2016-11-09 13:28:26 +00:00
.gitignore epoch matrix implementation 2016-11-09 13:28:26 +00:00
package.json chartjs matrix implementation 2016-11-09 13:58:10 +00:00
readme.md epoch matrix implementation 2016-11-09 13:28:26 +00:00
webpack.config.js epoch matrix implementation 2016-11-09 13:28:26 +00:00

readme.md

Epoch

  • Graphs should maintain aspect ration
  • Graphs should match Antonas' first draft designs
  • Should have 3 Graphs on each row
  • Should be a 3 x 4 matrix of graphs, showing different data
  • Graphs should not jitter, ideally smoothly move across the x axis
  • All graphs should be a bar graph
  • Animations when a graph comes into view

notes

  • Epoch is not responsive. Even though they maintain aspect ratio, using a responsive grid they get cluttered between each other
  • With short update intervals, the graphs start using to much cpu and can't handle it
  • Even looking at the documentation, it's not obvious how styling works and I wasn't able to make it work.