Teradata / covalent

Teradata UI Platform built on Angular Material
https://teradata.github.io/covalent/
MIT License
2.23k stars 358 forks source link

Charts Components #1

Closed kyleledbetter closed 8 years ago

kyleledbetter commented 8 years ago

D3.js v4 charts designed for Material Design

kyleledbetter commented 8 years ago
kyleledbetter commented 8 years ago

Options & Attributes:

kyleledbetter commented 8 years ago

track progress here https://github.com/Teradata/covalent/commits/feature/charts

kyleledbetter commented 8 years ago

for the SVG Drop Shadow <filter> http://bl.ocks.org/cpbotha/5200394

we’d need to tweak height stdDeviation (blur) and dy (vertical distance) to achieve the different material z-depths

also we’d need to increment the ID for each chart on the page so the ID can be unique for each chart

kyleledbetter commented 8 years ago

Statistics

optional gridlines on either axis for:

from: https://github.com/d3/d3-array/blob/master/README.md#statistics

kyleledbetter commented 8 years ago

Random Numbers

it would be nice to have an attribute to talks to a function to generate random numbers on each chart series using:

https://github.com/d3/d3-random

kyleledbetter commented 8 years ago

closed with https://github.com/Teradata/covalent/pull/52