Skip to content

TFaucheux/dc-test

Repository files navigation

dc-test: angular-dc-test

(numerous sources and helpful tutorials on line helped produce this working example)

This Repo: https://github.com/TFaucheux/dc-test

Instructions:

  npm install
  ng serve 
     or
  nb build --prod

Tutorials:

Examples:

Gitter Discussions:

Tasks/Ideas:

  1. angular dc typings - [https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/dc/dc-tests.ts]
  2. Two charts with same dim. do not filter. Create duplicate dims. Instead.*
  3. Add chloropleth map. - see if region edits, if not use state or dma etc. [https://jsfiddle.net/djmartin_umich/9VJHe/] 2b. Leaflet - https://github.com/Intellipharm/dc-addons#leafletjs
  4. Scatterplot chart - explore Reductio exception
  5. Line charts - see Stephen few percentage technique.
  6. Date picker logic - service and UI, theme or slider. Look for d3 example.
  7. Project data - use 2nd chartgroup ndx var.
  8. KPIs - add cards and summary metrics
  9. Circo.js circular date chart. https://github.com/nicgirault/circosJS
  10. heat map - what to include http://bl.ocks.org/tjdecke/5558084
  11. Data table, pagination if possible, but without first. https://github.com/HamsterHuey/intothevoid.io/blob/master/code/2017/dcjs%20sortable%20table/dcjsSortableTable.html
  12. Determine what to do about detail sizes - scroll,limit, or expand.
  13. Dollar amounts - 5.2M
  14. BigData binning - https://github.com/uwdata/imMens/wiki
  15. Scala CSV web service - https://github.com/melrief/PureCSV
  16. Boxplot - what data? - https://dc-js.github.io/dc.js/examples/boxplot-time.html
  17. Number charts - https://dc-js.github.io/dc.js/examples/number.html
  18. Series - https://dc-js.github.io/dc.js/examples/series.html
  19. Sparklines - https://dc-js.github.io/dc.js/examples/sparkline.html
  20. Switching time intervals
  21. Aggregated Data - https://dc-js.github.io/dc.js/examples/table-on-aggregated-data.html
  22. Reduct.io - https://github.com/dc-js/dc.js/blob/b6bb3b214a1b1302fd65f6732ef2f1beb40ab62a/web/examples/sunburst-with-value-accessor.html

COMMON PITFALLS IN DASHBOARD DESIGN (Steven Few)

"Knowing what to avoid isn’t everything, but it’s a good start. Here’s a list of the 13 mistakes that I’ll describe in detail":

1. Exceeding the boundaries of a single screen
2. Supplying inadequate context for the data
3. Displaying excessive detail or precision
4. Expressing measures indirectly
5. Choosing inappropriate media of display
6. Introducing meaningless variety
7. Using poorly designed display media
8. Encoding quantitative data inaccurately
9. Arranging the data poorly
10. Ineffectively highlighting what’s important
11. Cluttering the screen with useless decoration
12. Misusing or overusing color
13. Designing an unappealing visual display