(coerce, direction, defaultColor)
| 15 | var TOTALS_COLOR = '#4499FF'; |
| 16 | |
| 17 | function handleDirection(coerce, direction, defaultColor) { |
| 18 | coerce(direction + '.marker.color', defaultColor); |
| 19 | coerce(direction + '.marker.line.color', Color.defaultLine); |
| 20 | coerce(direction + '.marker.line.width'); |
| 21 | } |
| 22 | |
| 23 | function supplyDefaults(traceIn, traceOut, defaultColor, layout) { |
| 24 | function coerce(attr, dflt) { |
no test coverage detected
searching dependent graphs…